Skip to content

Commit 2cd2031

Browse files
committed
Fix comma splice
1 parent a301ff0 commit 2cd2031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ use crate::raw::{AllocRef, Global};
7272
/// ```
7373
///
7474
/// 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
75+
/// [`Eq`] and [`Hash`]. We must also derive [`PartialEq`]. This will in the
7676
/// future be implied by [`Eq`].
7777
///
7878
/// ```

0 commit comments

Comments
 (0)