Skip to content

Commit

Permalink
doc: that did not render well, so make it fit in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed May 20, 2015
1 parent d7185dc commit b55f049
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/libcore/marker.rs
Expand Up @@ -120,11 +120,10 @@ pub trait Unsize<T> {
/// ```
///
/// The `PointList` `struct` cannot implement `Copy`, because `Vec<T>` is not `Copy`. If we
/// attempt to derive a `Copy` implementation, we'll get an error.
/// attempt to derive a `Copy` implementation, we'll get an error:
///
/// ```text
/// error: the trait `Copy` may not be implemented for this type; field `points` does not implement
/// `Copy`
/// the trait `Copy` may not be implemented for this type; field `points` does not implement `Copy`
/// ```
///
/// ## How can I implement `Copy`?
Expand Down

0 comments on commit b55f049

Please sign in to comment.