Skip to content

Commit

Permalink
.cargo: Check all features in custom-clippy (#2771)
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaf9 committed Jul 28, 2022
1 parent 09c6908 commit eaf3f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[alias]
# Temporary solution to have clippy config in a single place until https://github.com/rust-lang/rust-clippy/blob/master/doc/roadmap-2021.md#lintstoml-configuration is shipped.
custom-clippy = "clippy -- -A clippy::type_complexity -A clippy::pedantic -D warnings"
custom-clippy = "clippy --all-features -- -A clippy::type_complexity -A clippy::pedantic -D warnings"

0 comments on commit eaf3f3a

Please sign in to comment.