Skip to content

Commit e45b53e

Browse files
authored
Update marker.rs
1 parent 277a08c commit e45b53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/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)