Skip to content

Commit

Permalink
Update marker.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode authored Sep 3, 2024
1 parent 72e79f0 commit 5de059f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ marker_impls! {
///
/// ```
/// #[derive(Clone)]
/// struct MyStruct<T>;
/// struct MyStruct<T>(T);
///
/// impl<T: Copy> Copy for MyStruct<T> { }
/// ```
Expand Down

0 comments on commit 5de059f

Please sign in to comment.