Skip to content

Commit

Permalink
Rollup merge of #42438 - king6cong:master, r=alexcrichton
Browse files Browse the repository at this point in the history
doc rewording
  • Loading branch information
Mark-Simulacrum authored Jun 5, 2017
2 parents 42ec597 + 018722e commit fd48c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pub trait Unsize<T: ?Sized> {
/// but not `Copy`.
///
/// [`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).
///
/// ## When can my type be `Copy`?
Expand Down

0 comments on commit fd48c3a

Please sign in to comment.