mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
avoid ambiguous word
See https://github.com/rust-lang/rust/pull/113618#pullrequestreview-1526295432
This commit is contained in:
parent
5710fca279
commit
df3f45dbc5
@ -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
|
||||
/// [`Eq`] and [`Hash`]. We must also derive [`PartialEq`],
|
||||
/// which is implied by [`Eq`].
|
||||
/// which is required if [`Eq`] is derived.
|
||||
///
|
||||
/// ```
|
||||
/// use std::collections::HashSet;
|
||||
|
Loading…
Reference in New Issue
Block a user