DOC: remove unnecessary feature crate attribute from example code
This commit is contained in:
parent
7d8e7b14a7
commit
7879a59ac7
@ -461,7 +461,6 @@ impl<T> MaybeUninit<T> {
|
|||||||
/// With `write`, we can avoid the need to write through a raw pointer:
|
/// With `write`, we can avoid the need to write through a raw pointer:
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// #![feature(maybe_uninit_extra)]
|
|
||||||
/// use core::pin::Pin;
|
/// use core::pin::Pin;
|
||||||
/// use core::mem::MaybeUninit;
|
/// use core::mem::MaybeUninit;
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user