rust/clippy_lints
Yuri Astrakhan 9964b4e053 Add BTreeSet to set_contains_or_insert
* Detect `BTreeSet::contains` + `BTreeSet::insert` usage in the same way as with the `HashSet`.
2024-07-26 22:52:07 -04:00
..
2024-07-25 18:23:37 +02:00

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