(docs): add clippy command (#1967)

This commit is contained in:
alpharush 2022-12-22 12:56:33 -06:00 committed by GitHub
parent 8673704955
commit 42dacbb9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ cargo check --all-features
cargo +nightly fmt --all
cargo build --all-features
cargo test --all-features
cargo +nightly clippy --all-features
```
### Tests