We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8e7b1 commit 7879a59Copy full SHA for 7879a59
1 file changed
library/core/src/mem/maybe_uninit.rs
@@ -461,7 +461,6 @@ impl<T> MaybeUninit<T> {
461
/// With `write`, we can avoid the need to write through a raw pointer:
462
///
463
/// ```rust
464
- /// #![feature(maybe_uninit_extra)]
465
/// use core::pin::Pin;
466
/// use core::mem::MaybeUninit;
467
0 commit comments