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 065c964 commit 5d95b07Copy full SHA for 5d95b07
justfile
@@ -18,7 +18,7 @@ clippy *ARGS:
18
cargo clippy --all-features --tests --examples {{ ARGS }}
19
20
check *ARGS:
21
- cargo check --all-features {{ ARGS }}
+ cargo check --all-features --tests --examples {{ ARGS }}
22
23
_doc-default-features *ARGS:
24
cargo +nightly doc -Z unstable-options -Z rustdoc-scrape-examples {{ ARGS }}
0 commit comments