DOC: remove unnecessary feature crate attribute from example code

This commit is contained in:
Matthias Geier 2021-07-24 11:27:42 +02:00
parent 7d8e7b14a7
commit 7879a59ac7

View File

@ -461,7 +461,6 @@ impl<T> MaybeUninit<T> {
/// With `write`, we can avoid the need to write through a raw pointer:
///
/// ```rust
/// #![feature(maybe_uninit_extra)]
/// use core::pin::Pin;
/// use core::mem::MaybeUninit;
///