Skip to content

Commit

Permalink
grow_uninit -> grow_inner
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Apr 14, 2024
1 parent f225995 commit be43143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -1456,7 +1456,7 @@ impl Clone for FixedBitSet {
tail.fill(MaybeUninit::new(SimdBlock::NONE));
}
Ordering::Equal => me.copy_from_slice(them),
// The grow_uninit above ensures that self is at least as large as source.
// The grow_inner above ensures that self is at least as large as source.
// so this branch is unreachable.
Ordering::Less => {}
}
Expand Down

0 comments on commit be43143

Please sign in to comment.