We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a301ff0 + 2cd2031 commit 02d73f8Copy full SHA for 02d73f8
src/set.rs
@@ -72,7 +72,7 @@ use crate::raw::{AllocRef, Global};
72
/// ```
73
///
74
/// The easiest way to use `HashSet` with a custom type is to derive
75
-/// [`Eq`] and [`Hash`]. We must also derive [`PartialEq`], this will in the
+/// [`Eq`] and [`Hash`]. We must also derive [`PartialEq`]. This will in the
76
/// future be implied by [`Eq`].
77
78
0 commit comments