We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de059f commit 00e12f7Copy full SHA for 00e12f7
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