Skip to content

Commit

Permalink
DOC: remove unnecessary feature crate attribute from example code
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jul 24, 2021
1 parent 7d8e7b1 commit 7879a59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/core/src/mem/maybe_uninit.rs
Expand Up @@ -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;
///
Expand Down

0 comments on commit 7879a59

Please sign in to comment.