We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30033b4 commit cdbcd72Copy full SHA for cdbcd72
library/core/src/clone.rs
@@ -155,7 +155,7 @@ mod uninit;
155
/// rely on their keys respecting this property for correct behavior.
156
///
157
/// This property is automatically satisfied when deriving both `Clone` and [`PartialEq`]
158
-/// using `#[derive(Clone, PartialEq)]` or when additionally deriving [`Eq`]
+/// using `#[derive(Clone, PartialEq)]` or when additionally deriving [`Eq`]
159
/// using `#[derive(Clone, PartialEq, Eq)]`.
160
161
/// Violating this property is a logic error. The behavior resulting from a logic error is not
0 commit comments