We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655937c commit be38382Copy full SHA for be38382
core/src/marker.rs
@@ -453,8 +453,8 @@ impl Copy for ! {}
453
#[stable(feature = "rust1", since = "1.0.0")]
454
impl<T: ?Sized> Copy for &T {}
455
456
-/// Marker trait for the types that are allowed in union fields, unsafe fields,
457
-/// and unsafe binder types.
+/// Marker trait for the types that are allowed in union fields and unsafe
+/// binder types.
458
///
459
/// Implemented for:
460
/// * `&T`, `&mut T` for all `T`,
0 commit comments