rust-clippy/clippy_lints
Dinu Blanovschi bb9cc6d47c refactor: extract common pat_is_wild to clippy_utils
This function was previously defined for the iter_kv_map,
for_kw_map, and unused_enumerate_index lints. This commit extracts
it into clippy_utils.
2023-11-01 14:19:23 +01:00
..
src refactor: extract common pat_is_wild to clippy_utils 2023-11-01 14:19:23 +01:00
Cargo.toml Remove internal feature from clippy_utils 2023-10-27 13:13:26 +00: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.