mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +00:00

`ChunkedBitSet::is_empty` currently does an unnecessary check. This commit removes that check and adds clarifying comments and an assertion that demonstrate why it's unnecessary.