-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow many_single_char_names still produces warnings #5521
Comments
This will be fixed with #5518 |
nice! |
flip1995
added a commit
to flip1995/rust-clippy
that referenced
this issue
Apr 25, 2020
Register redundant_field_names and non_expressive_names as early passes Fixes rust-lang#5356 Fixes rust-lang#5521 We should move all pre_expansion_passes to early_passes, since they were soft deprecated in the rust compiler IIUC. changelog: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#![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: