Files
cgroups-rs/.clippy.toml
Tim Zhang 0e2430fde1 clippy: turn on lint upper_case_acronyms
cargo-clippy has moved the upper_case_acronyms lint to
pedantic(removed from the default list), but we need
the lint to keep names consistent and follow the rust
naming conventions.

Signed-off-by: Tim Zhang <tim@hyper.sh>
2021-05-21 00:48:50 +08:00

2 lines
38 B
TOML

upper-case-acronyms-aggressive = true