We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da61909 commit 181c990Copy full SHA for 181c990
.github/workflows/CICD.yml
@@ -38,6 +38,12 @@ jobs:
38
with:
39
command: clippy
40
args: --tests -- -D warnings
41
+ - name: "`clap` deprecated checks"
42
+ if: success() || failure() # run regardless of prior step ("`fmt` testing") success/failure
43
+ uses: actions-rs/cargo@v1
44
+ with:
45
+ command: check
46
+ args: --features clap/deprecated
47
48
min_version:
49
name: MinSRV # Minimum supported rust version
0 commit comments