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:
Tobias Bucher 2026-01-12 14:56:04 +01:00
parent b115ea2e6a
commit 90b32e731b

View file

@ -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.
///