We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94a9ac commit 018722eCopy full SHA for 018722e
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