Skip to content

Commit 425fe48

Browse files
committed
Add inline on prepare_rehash_in_place
1 parent 6a52d22 commit 425fe48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/raw/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,7 @@ impl<A: Allocator + Clone> RawTableInner<A> {
11711171
}
11721172

11731173
#[allow(clippy::mut_mut)]
1174+
#[inline]
11741175
unsafe fn prepare_rehash_in_place<'s>(
11751176
&'s mut self,
11761177
needs_drop: bool,

0 commit comments

Comments
 (0)