We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e471a commit caef832Copy full SHA for caef832
library/core/src/mem/maybe_uninit.rs
@@ -576,8 +576,7 @@ impl<T> MaybeUninit<T> {
576
577
/// Drops the contained value in place.
578
///
579
- /// If you have ownership of the `MaybeUninit`, it is preferable to use
580
- /// [`assume_init`] instead, which prevents duplicating the content.
+ /// If you have ownership of the `MaybeUninit`, you can use [`assume_init`] instead.
581
582
/// # Safety
583
0 commit comments