We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5710fca commit df3f45dCopy full SHA for df3f45d
library/std/src/collections/hash/set.rs
@@ -66,7 +66,7 @@ use super::map::{map_try_reserve_error, RandomState};
66
///
67
/// The easiest way to use `HashSet` with a custom type is to derive
68
/// [`Eq`] and [`Hash`]. We must also derive [`PartialEq`],
69
-/// which is implied by [`Eq`].
+/// which is required if [`Eq`] is derived.
70
71
/// ```
72
/// use std::collections::HashSet;
0 commit comments