rust-clippy/clippy_lints
Alex Macleod 04eb27aeaf Use method name from conf::DisallowedMethod
Since def_path_str returns e.g. "core::f32::<impl f32>::clamp" for
"f32::clamp"
2022-01-12 16:23:22 +00:00
..
src Use method name from conf::DisallowedMethod 2022-01-12 16:23:22 +00:00
Cargo.toml Combine internal features in clippy_lints 2022-01-09 18:35:12 -06:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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