rust/clippy_lints
Matthias Krüger 0eefa6169d upper_case_acronyms: move lint from style to pedantic lint group
The lint does point out inconsistency with the Rust naming convention,
but the fact that rustc does not warn about the inconsistency by default
means that clippy probably should not warn by default either.

changelog: move upper_case_acronyms lint from style to pedantic group.
2021-02-22 12:30:28 +01:00
..
src upper_case_acronyms: move lint from style to pedantic lint group 2021-02-22 12:30:28 +01:00
Cargo.toml Bump clippy version 2021-02-05 18:32:28 -05:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.