Skip to content

Commit

Permalink
Fix rustdoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Oct 19, 2023
1 parent cbbb823 commit 9556bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ where
/// or the iteration short-circuits, then the remaining elements will be retained.
/// Use [`retain()`] with a negated predicate if you do not need the returned iterator.
///
/// [`retain()`]: HashTable::retain
///
/// # Examples
///
/// ```
Expand Down Expand Up @@ -951,7 +953,7 @@ where
/// Returns an array of length `N` with the results of each query. `None` will be returned if
/// any of the keys are missing.
///
/// For a safe alternative see [`get_many_mut`](`HashMap::get_many_mut`).
/// For a safe alternative see [`get_many_mut`](`HashTable::get_many_mut`).
///
/// # Safety
///
Expand Down

0 comments on commit 9556bf4

Please sign in to comment.