core / scripts /clippy.sh
AbdulElahGwaith's picture
Upload folder using huggingface_hub
0220cd3 verified
#!/bin/sh
# Run clippy for all Rust code in the project.
cargo clippy --workspace --all-targets --all-features -- -D warnings