Rollup merge of #140988 - mathisbot:docfix_maybeuninit_write, r=tgross35

MaybeUninit::write: fix doc

# Fix doc for `MaybeUninit::write`

The documentation refers to the way `MaybeUninit` stores data internally. The property of not dropping content on context exit is the responsibility of `ManuallyDrop`.
This commit is contained in:
Matthias Krüger 2025-05-14 18:43:40 +02:00 committed by GitHub
commit 50946237cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available