mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
149307efb7
A few small cleanups to `BitSet` and friends: - Overload `clone_from` for `BitSet`. - Improve `Debug` represenation of `HybridBitSet`. - Make `HybridBitSet::domain_size` public. - Don't require `T: Idx` at the type level. The `Idx` bound is still on most `BitSet` methods, but like `HashMap`, it doesn't need to be satisfied for the type to exist. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |