.cargo: Check all features in custom-clippy (#2771)

This commit is contained in:
Elena Frank 2022-07-28 03:35:35 +02:00 committed by GitHub
parent 09c690862e
commit eaf3f3a7fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
[alias] [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. # 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"