File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1356,12 +1356,12 @@ impl<A: Allocator + Clone> RawTableInner<A> {
1356
1356
/// So to satisfy both requirements you should always follow the rule that
1357
1357
/// `index < self.bucket_mask + 1 + Group::WIDTH`
1358
1358
///
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
1360
1360
/// for read-only purpose.
1361
1361
///
1362
1362
/// See also [`Bucket::as_ptr()`] method, for more information about of properly removing
1363
1363
/// or saving `data element` from / into the [`RawTable`] / [`RawTableInner`].
1364
- ///
1364
+ ///
1365
1365
/// [`Bucket::as_ptr()`]: Bucket::as_ptr()
1366
1366
/// [`Undefined Behavior`]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
1367
1367
#[ inline]
You can’t perform that action at this time.
0 commit comments