(docs): add clippy command (#1967)
This commit is contained in:
parent
8673704955
commit
42dacbb9b3
|
@ -121,6 +121,7 @@ cargo check --all-features
|
||||||
cargo +nightly fmt --all
|
cargo +nightly fmt --all
|
||||||
cargo build --all-features
|
cargo build --all-features
|
||||||
cargo test --all-features
|
cargo test --all-features
|
||||||
|
cargo +nightly clippy --all-features
|
||||||
```
|
```
|
||||||
|
|
||||||
### Tests
|
### Tests
|
||||||
|
|
Loading…
Reference in New Issue