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 de72cd3 commit 870dfed
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 @@ -299,7 +299,7 @@ marker_impls! {
///
/// This isn't always desired. For example, shared references (`&T`) can be copied regardless of
/// whether `T` is `Copy`. Likewise, a generic struct containing markers such as [`PhantomData`]
/// could potentially be duplicated with a bit-wise copy.
/// could potentially be duplicated with a bit-wise copy.
///
/// ## What's the difference between `Copy` and `Clone`?
///
Expand Down

0 comments on commit 870dfed

Please sign in to comment.