diff --git a/Makefile b/Makefile index 6633c26..817dbc9 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ spellcheck: clippy-%: cargo $(nightly) clippy --manifest-path $(call make-path,$*)/Cargo.toml \ --all-targets \ + --all-features \ -- \ --deny=warnings \ --deny=clippy::default_trait_access \