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 b533626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ where
///
/// If the returned `ExtractIf` is not exhausted, e.g. because it is dropped without iterating
/// 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.
/// Use [`HashTable::retain`] with a negated predicate if you do not need the returned iterator.
///
/// # Examples
///
Expand Down Expand Up @@ -951,7 +951,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 b533626

Please sign in to comment.