File size: 126 Bytes
f0f4f2b |
1 2 3 4 |
#!/bin/sh
# Run clippy for all Rust code in the project.
cargo clippy --workspace --all-targets --all-features -- -D warnings
|
f0f4f2b |
1 2 3 4 |
#!/bin/sh
# Run clippy for all Rust code in the project.
cargo clippy --workspace --all-targets --all-features -- -D warnings
|