Skip to content

Commit cdbcd72

Browse files
remove trailing whitespace
1 parent 30033b4 commit cdbcd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/clone.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ mod uninit;
155155
/// rely on their keys respecting this property for correct behavior.
156156
///
157157
/// This property is automatically satisfied when deriving both `Clone` and [`PartialEq`]
158-
/// using `#[derive(Clone, PartialEq)]` or when additionally deriving [`Eq`]
158+
/// using `#[derive(Clone, PartialEq)]` or when additionally deriving [`Eq`]
159159
/// using `#[derive(Clone, PartialEq, Eq)]`.
160160
///
161161
/// Violating this property is a logic error. The behavior resulting from a logic error is not

0 commit comments

Comments
 (0)