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 @@ -1932,7 +1932,7 @@ impl RawTableInner {
1932
1932
/// function with only `FULL` buckets' indices and return the `index` of the found
1933
1933
/// element (as `Ok(index)`). If the element is not found and there is at least 1
1934
1934
/// empty or deleted [`Bucket`] in the table, the function is guaranteed to return
1935
- /// [InsertSlot] with an index in the range `0..self.buckets()`, but in any case,
1935
+ /// [` InsertSlot` ] with an index in the range `0..self.buckets()`, but in any case,
1936
1936
/// if this function returns [`InsertSlot`], it will contain an index in the range
1937
1937
/// `0..=self.buckets()`.
1938
1938
///
@@ -1944,7 +1944,7 @@ impl RawTableInner {
1944
1944
/// Attempt to write data at the [`InsertSlot`] returned by this function when the table is
1945
1945
/// less than the group width and if there was not at least one empty or deleted bucket in
1946
1946
/// the table will cause immediate [`undefined behavior`]. This is because in this case the
1947
- /// function will return `self.bucket_mask + 1` as an index due to the trailing [`EMPTY]
1947
+ /// function will return `self.bucket_mask + 1` as an index due to the trailing [`EMPTY` ]
1948
1948
/// control bytes outside the table range.
1949
1949
///
1950
1950
/// [`undefined behavior`]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
You can’t perform that action at this time.
0 commit comments