Skip to content

Commit 9556bf4

Browse files
committed
Fix rustdoc warnings
1 parent cbbb823 commit 9556bf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/table.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,8 @@ where
838838
/// or the iteration short-circuits, then the remaining elements will be retained.
839839
/// Use [`retain()`] with a negated predicate if you do not need the returned iterator.
840840
///
841+
/// [`retain()`]: HashTable::retain
842+
///
841843
/// # Examples
842844
///
843845
/// ```
@@ -951,7 +953,7 @@ where
951953
/// Returns an array of length `N` with the results of each query. `None` will be returned if
952954
/// any of the keys are missing.
953955
///
954-
/// For a safe alternative see [`get_many_mut`](`HashMap::get_many_mut`).
956+
/// For a safe alternative see [`get_many_mut`](`HashTable::get_many_mut`).
955957
///
956958
/// # Safety
957959
///

0 commit comments

Comments
 (0)