We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1101f commit edf31beCopy full SHA for edf31be
justfile
@@ -5,5 +5,6 @@ _default:
5
just --list -u
6
7
fix:
8
+ cargo clippy --fix --allow-dirty --allow-staged
9
cargo fix --allow-dirty --allow-staged
10
cargo fmt --all
0 commit comments