Skip to content

Commit 5de059f

Browse files
authored
Update marker.rs
1 parent 72e79f0 commit 5de059f

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
@@ -293,7 +293,7 @@ marker_impls! {
293293
///
294294
/// ```
295295
/// #[derive(Clone)]
296-
/// struct MyStruct<T>;
296+
/// struct MyStruct<T>(T);
297297
///
298298
/// impl<T: Copy> Copy for MyStruct<T> { }
299299
/// ```

0 commit comments

Comments
 (0)