Skip to content

Commit 165ccc0

Browse files
authored
Contrib docs: clippy all-targets (#7263)
1 parent 485a0d6 commit 165ccc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Please also make sure that the following commands pass if you have changed the c
8686
cargo check --all
8787
cargo test --all --all-features
8888
cargo +nightly fmt -- --check
89-
cargo +nightly clippy --all --all-features -- -D warnings
89+
cargo +nightly clippy --all --all-targets --all-features -- -D warnings
9090
```
9191

9292
If you are working in VSCode, we recommend you install the [rust-analyzer](https://rust-analyzer.github.io/) extension, and use the following VSCode user settings:

0 commit comments

Comments
 (0)