File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ cargo-check: _check-cmd-cargo
184
184
# Check rust project with clippy
185
185
cargo-clippy : _check-cmd-cargo-clippy
186
186
@ printf ' ==> Running {{ color-cmd }} clippy{{ nocolor }} \n'
187
- cargo + nightly clippy --all-features --tests -- -D clippy::all
187
+ cargo clippy --all-features --tests -- -D clippy::all
188
188
189
189
# Check unused dependencies
190
190
cargo-udeps : _check-cmd-cargo-udeps
@@ -194,7 +194,7 @@ cargo-udeps: _check-cmd-cargo-udeps
194
194
# Check the rust code formatting
195
195
cargo-checkfmt : _check-cmd-cargo-fmt
196
196
@ printf ' ==> Running {{ color-cmd }} rustfmt{{ nocolor }} --check\n'
197
- cargo + nightly fmt --check
197
+ cargo fmt --check
198
198
199
199
################################################################################
200
200
# Terraform recipes
You can’t perform that action at this time.
0 commit comments