Skip to content

Commit 80c1fb2

Browse files
docs: fix wrong flag and deprecated command for clippy (#12780)
Co-authored-by: zerosnacks <[email protected]>
1 parent c339d58 commit 80c1fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Please also make sure that the following commands pass if you have changed the c
109109
cargo check --all
110110
cargo test --all --all-features
111111
cargo +nightly fmt -- --check
112-
cargo +nightly clippy --all --all-targets --all-features -- -D warning
112+
cargo +nightly clippy --workspace --all-targets --all-features -- -D warnings
113113
```
114114

115115
or alternatively:

0 commit comments

Comments
 (0)