Skip to content

Commit

Permalink
Fix _pad on fixed_list
Browse files Browse the repository at this point in the history
  • Loading branch information
neutr0nst4r committed Apr 13, 2024
1 parent 2acc2bd commit 0a7fb0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fixed_list/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ impl<T, const NODE_COUNT: usize, OverflowAllocator: Allocator>
},
// we actually don't care what the buffer contains
buffer: MaybeUninit::uninit().assume_init(),
_pad: MaybeUninit::uninit().assume_init(),
})
.with(|this| {
let this = this.get_unchecked_mut();
Expand Down

0 comments on commit 0a7fb0b

Please sign in to comment.