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 2c21dbf commit 4ecc8ffCopy full SHA for 4ecc8ff
src/bit_slice_mut.rs
@@ -13,7 +13,7 @@ use FALSE;
13
pub struct BitSliceMut<'a, S: BitStorage + 'a> {
14
pointer: *mut S,
15
capacity: usize,
16
- phantom: PhantomData<&'a S>
+ phantom: PhantomData<&'a mut S>
17
}
18
19
unsafe impl<'a, S: BitStorage + 'a> Send for BitSliceMut<'a, S> {}
0 commit comments