mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
997493114f
Add functions to `GrowableBitSet` Only really need `insert_range` for clippy, but may as well add the others. Using `Range` instead of `RangeBounds` since an end bound is needed for this to make sense and there aren't any traits to enforce that.