There was an error while loading. Please reload this page.
1 parent 277a08c commit e45b53eCopy full SHA for e45b53e
library/core/src/marker.rs
@@ -295,7 +295,7 @@ marker_impls! {
295
/// #[derive(Clone)]
296
/// struct MyStruct<T>(T);
297
///
298
-/// impl<T: Copy> Copy for MyStruct<T> { }
+/// impl<T: Copy> Copy for MyStruct<T> { }
299
/// ```
300
301
/// This isn't always desired. For example, shared references (`&T`) can be copied regardless of
0 commit comments