Skip to content

Commit 7b32015

Browse files
committed
Fix
1 parent 09df718 commit 7b32015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/raw/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,12 +1356,12 @@ impl<A: Allocator + Clone> RawTableInner<A> {
13561356
/// So to satisfy both requirements you should always follow the rule that
13571357
/// `index < self.bucket_mask + 1 + Group::WIDTH`
13581358
///
1359-
/// Calling this function on [`RawTableInner`] that are not already allocated if safe
1359+
/// Calling this function on [`RawTableInner`] that are not already allocated is safe
13601360
/// for read-only purpose.
13611361
///
13621362
/// See also [`Bucket::as_ptr()`] method, for more information about of properly removing
13631363
/// or saving `data element` from / into the [`RawTable`] / [`RawTableInner`].
1364-
///
1364+
///
13651365
/// [`Bucket::as_ptr()`]: Bucket::as_ptr()
13661366
/// [`Undefined Behavior`]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
13671367
#[inline]

0 commit comments

Comments
 (0)