We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c777687 commit 8350947Copy full SHA for 8350947
justfile
@@ -1,6 +1,6 @@
1
test:
2
cargo nextest run
3
- cargo clippy
+ cargo clippy -- --deny warnings
4
cargo fmt --check
5
cargo doc --workspace --all-features --no-deps --document-private-items
6
0 commit comments