We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7603c commit 5d12e3bCopy full SHA for 5d12e3b
crates/storage/src/collections/bitstash/mod.rs
@@ -74,8 +74,7 @@ impl BitStash {
74
/// in the `free` list.
75
///
76
/// Returns the bit position of the first bit in the 256-bit chunk and not
77
- /// the chunk position since that's what [`Bitvec::get_chunk`]
78
- /// expects.
+ /// the chunk position since that's what [`Bitvec::get_chunk`] expects.
79
80
/// Also directly increases the count of the first found free bit chunk.
81
fn position_first_zero(&mut self) -> Option<u64> {
0 commit comments