Skip to content

Commit 41e546b

Browse files
restore
1 parent 4577625 commit 41e546b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/src/bitmap/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ impl<const N: usize> Write for BitMap<N> {
843843
// Prefix with the number of bits
844844
self.len().write(buf);
845845

846+
// Write all chunks
846847
let (front, back) = self.chunks.as_slices();
847848
buf.put_slice(front.as_flattened());
848849
buf.put_slice(back.as_flattened());

0 commit comments

Comments
 (0)