We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de72cd3 commit 870dfedCopy full SHA for 870dfed
core/src/marker.rs
@@ -299,7 +299,7 @@ marker_impls! {
299
///
300
/// This isn't always desired. For example, shared references (`&T`) can be copied regardless of
301
/// whether `T` is `Copy`. Likewise, a generic struct containing markers such as [`PhantomData`]
302
-/// could potentially be duplicated with a bit-wise copy.
+/// could potentially be duplicated with a bit-wise copy.
303
304
/// ## What's the difference between `Copy` and `Clone`?
305
0 commit comments