92768eeac4
Add `BTreeSet` detection to the `set_contains_or_insert` lint * Detect `BTreeSet::contains` + `BTreeSet::insert` usage in the same way as with the `HashSet`. CC: `@lochetti` `@bitfield` ---- changelog: [`set_contains_or_insert`]: Handle `BTreeSet` in addition to `HashSet`