You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register redundant_field_names and non_expressive_names as early passes
Fixesrust-lang#5356Fixesrust-lang#5521
We should move all pre_expansion_passes to early_passes, since they were soft deprecated in the rust compiler IIUC.
changelog: none
#![allow(clippy::many_single_char_names)] does not seem to suppress the lint, as it should,
It produces warnings like
Lints allowed in the code:
Reproduced at ndarray commit 78bd1d84b9baf26c82c299e3bada43f72aa04614
Clippy version clippy 0.0.212 (6651c1b 2020-04-15)
CI log with failure (clippy at the end) https://travis-ci.org/github/rust-ndarray/ndarray/jobs/678756560
Previous similar issue #3198
The text was updated successfully, but these errors were encountered: