Update marker.rs
This commit is contained in:
parent
efc20deb57
commit
277a08c7d8
@ -293,7 +293,7 @@ pub trait StructuralPartialEq {
|
|||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// #[derive(Clone)]
|
/// #[derive(Clone)]
|
||||||
/// struct MyStruct<T>;
|
/// struct MyStruct<T>(T);
|
||||||
///
|
///
|
||||||
/// impl<T: Copy> Copy for MyStruct<T> { }
|
/// impl<T: Copy> Copy for MyStruct<T> { }
|
||||||
/// ```
|
/// ```
|
||||||
|
Loading…
Reference in New Issue
Block a user