doc rewording

This commit is contained in:
king6cong
2017-06-05 10:56:16 +08:00
parent c94a9ac8ae
commit 018722e485

View File

@@ -205,7 +205,7 @@ pub trait Unsize<T: ?Sized> {
/// but not `Copy`. /// but not `Copy`.
/// ///
/// [`Clone`] is a supertrait of `Copy`, so everything which is `Copy` must also implement /// [`Clone`] is a supertrait of `Copy`, so everything which is `Copy` must also implement
/// [`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`
/// (see the example above). /// (see the example above).
/// ///
/// ## When can my type be `Copy`? /// ## When can my type be `Copy`?