Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
SYSUSELab
/
RustRepoTrans
like
3
Follow
SYSUSELab
18
Dataset card
Files
Files and versions
xet
Community
main
RustRepoTrans
/
Evaluate
/
projects
/
deltachat-core
/
rust
/
scripts
/
clippy.sh
ooggss
initial
f0f4f2b
11 months ago
raw
Copy download link
history
blame
contribute
delete
126 Bytes
#!/bin/sh
# Run clippy for all Rust code in the project.
cargo clippy --workspace --all-targets --all-features -- -D warnings