avoid ambiguous word
See https://github.com/rust-lang/rust/pull/113618#pullrequestreview-1526295432
This commit is contained in:
parent
5710fca279
commit
df3f45dbc5
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ use super::map::{map_try_reserve_error, RandomState};
|
||||||
///
|
///
|
||||||
/// The easiest way to use `HashSet` with a custom type is to derive
|
/// The easiest way to use `HashSet` with a custom type is to derive
|
||||||
/// [`Eq`] and [`Hash`]. We must also derive [`PartialEq`],
|
/// [`Eq`] and [`Hash`]. We must also derive [`PartialEq`],
|
||||||
/// which is implied by [`Eq`].
|
/// which is required if [`Eq`] is derived.
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// use std::collections::HashSet;
|
/// use std::collections::HashSet;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue