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 c339d58 commit 80c1fb2Copy full SHA for 80c1fb2
CONTRIBUTING.md
@@ -109,7 +109,7 @@ Please also make sure that the following commands pass if you have changed the c
109
cargo check --all
110
cargo test --all --all-features
111
cargo +nightly fmt -- --check
112
-cargo +nightly clippy --all --all-targets --all-features -- -D warning
+cargo +nightly clippy --workspace --all-targets --all-features -- -D warnings
113
```
114
115
or alternatively:
0 commit comments