Update primitive_docs.rs

This commit is contained in:
Joshua Liebow-Feeser 2023-10-12 18:55:45 -07:00 committed by GitHub
parent a20866254c
commit 4f0192a756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1397,7 +1397,6 @@ mod prim_usize {}
/// which violates any of these properties.
///
/// * `t` is aligned to `align_of_val(t)`
/// * `t` refers to a valid instance of `T`
/// * `t` refers to a single [allocated object]
///
/// [allocated object]: ptr#allocated-object