Skip to content

Commit eaf3f3a

Browse files
authored
.cargo: Check all features in custom-clippy (#2771)
1 parent 09c6908 commit eaf3f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[alias]
22
# 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.
3-
custom-clippy = "clippy -- -A clippy::type_complexity -A clippy::pedantic -D warnings"
3+
custom-clippy = "clippy --all-features -- -A clippy::type_complexity -A clippy::pedantic -D warnings"

0 commit comments

Comments
 (0)