Update marker.rs
This commit is contained in:
parent
efc20deb57
commit
277a08c7d8
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ marker_impls! {
|
|||
///
|
||||
/// ```
|
||||
/// #[derive(Clone)]
|
||||
/// struct MyStruct<T>;
|
||||
/// struct MyStruct<T>(T);
|
||||
///
|
||||
/// impl<T: Copy> Copy for MyStruct<T> { }
|
||||
/// ```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue