Rollup merge of #151005 - pr_doc_maybeuninit_typo, r=joboet

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:
Jonathan Brouwer 2026-01-13 09:01:34 +01:00 committed by GitHub
commit d47c0d0168
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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