Fix all clippy lint warnings in the project
81
—
Does it follow best practices?
Impact
93%
1.34xAverage score across 3 eval scenarios
Passed
No known issues
Clippy issues are warnings, not errors. Never grep for error when looking for clippy issues.
Run make fix to automatically fix clippy warnings:
make fixCheck for remaining warnings that couldn't be auto-fixed:
cargo clippy --tests 2>&1 | grep "^warning:" | sort -uFor each remaining warning, find the exact location and fix it manually.
f3cddcb
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.