Skip to content

Commit

Permalink
examples fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tower120 committed Jan 21, 2024
1 parent da34fa6 commit b7525da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom_bitset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl<Conf: Config> LevelMasksIterExt for Empty<Conf> {
fn make_iter_state(&self) -> Self::IterState { () }
unsafe fn drop_iter_state(&self, _state: &mut ManuallyDrop<Self::IterState>) {}

unsafe fn update_level1_block_data(
unsafe fn init_level1_block_data(
&self,
_state: &mut Self::IterState,
_level1_block_data: &mut MaybeUninit<Self::Level1BlockData>,
Expand Down

0 comments on commit b7525da

Please sign in to comment.