We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07161a5 commit ddb692fCopy full SHA for ddb692f
1 file changed
.justfile
@@ -1,6 +1,7 @@
1
lint:
2
cargo fmt --all
3
- cargo clippy --fix
+ cargo clippy --all-targets --all-features -- -D warnings
4
+
5
6
fmt:
7
cargo fmt --check
0 commit comments