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 c4d988e commit be5f294Copy full SHA for be5f294
Makefile
@@ -33,6 +33,7 @@ spellcheck:
33
clippy-%:
34
cargo $(nightly) clippy --manifest-path $(call make-path,$*)/Cargo.toml \
35
--all-targets \
36
+ --all-features \
37
-- \
38
--deny=warnings \
39
--deny=clippy::default_trait_access \
0 commit comments