We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60d296a + be38382 commit a3cd875Copy full SHA for a3cd875
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