Fix typo in MaybeUninit docs
–- → – (extra ASCII minus after endash)
Introduced in https://github.com/rust-lang/rust/pull/140463 (11627f00c0).
This commit is contained in:
parent
b115ea2e6a
commit
90b32e731b
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ use crate::{fmt, intrinsics, ptr, slice};
|
|||
///
|
||||
/// # Validity
|
||||
///
|
||||
/// `MaybeUninit<T>` has no validity requirements –- any sequence of [bytes] of
|
||||
/// `MaybeUninit<T>` has no validity requirements – any sequence of [bytes] of
|
||||
/// the appropriate length, initialized or uninitialized, are a valid
|
||||
/// representation.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue