Skip to content

Commit 00e12f7

Browse files
authored
Update marker.rs
1 parent 5de059f commit 00e12f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/marker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ marker_impls! {
295295
/// #[derive(Clone)]
296296
/// struct MyStruct<T>(T);
297297
///
298-
/// impl<T: Copy> Copy for MyStruct<T> { }
298+
/// impl<T: Copy> Copy for MyStruct<T> { }
299299
/// ```
300300
///
301301
/// This isn't always desired. For example, shared references (`&T`) can be copied regardless of

0 commit comments

Comments
 (0)