The clippy job that denies warnings runs only --all-features and without --all-targets.
So a lint-level regression that appears only under default features slips through and clippy lints in test and example bodies aren't checked.
I am not sure whether this is intended or not?
The clippy job that denies warnings runs only
--all-featuresand without--all-targets.So a lint-level regression that appears only under default features slips through and clippy lints in test and example bodies aren't checked.
I am not sure whether this is intended or not?