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