We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42ec597 + 018722e commit fd48c3aCopy full SHA for fd48c3a
src/libcore/marker.rs
@@ -205,7 +205,7 @@ pub trait Unsize<T: ?Sized> {
205
/// but not `Copy`.
206
///
207
/// [`Clone`] is a supertrait of `Copy`, so everything which is `Copy` must also implement
208
-/// [`Clone`]. If a type is `Copy` then its [`Clone`] implementation need only return `*self`
+/// [`Clone`]. If a type is `Copy` then its [`Clone`] implementation only needs to return `*self`
209
/// (see the example above).
210
211
/// ## When can my type be `Copy`?
0 commit comments