We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbb823 commit 9556bf4Copy full SHA for 9556bf4
src/table.rs
@@ -838,6 +838,8 @@ where
838
/// or the iteration short-circuits, then the remaining elements will be retained.
839
/// Use [`retain()`] with a negated predicate if you do not need the returned iterator.
840
///
841
+ /// [`retain()`]: HashTable::retain
842
+ ///
843
/// # Examples
844
845
/// ```
@@ -951,7 +953,7 @@ where
951
953
/// Returns an array of length `N` with the results of each query. `None` will be returned if
952
954
/// any of the keys are missing.
955
- /// 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`).
957
958
/// # Safety
959
0 commit comments