Skip to content

Commit acfa3ac

Browse files
authored
Rollup merge of #87422 - mgeier:doc-strip-feature-attribute, r=LeSeulArtichaut
DOC: remove unnecessary feature crate attribute from example code I'm not sure whether I fully understand the stabilization process (I most likely don't), but I think this attribute isn't necessary here, right? This was recently stabilized in #86344.
2 parents 25fab0c + 7879a59 commit acfa3ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: library/core/src/mem/maybe_uninit.rs

-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,6 @@ impl<T> MaybeUninit<T> {
461461
/// With `write`, we can avoid the need to write through a raw pointer:
462462
///
463463
/// ```rust
464-
/// #![feature(maybe_uninit_extra)]
465464
/// use core::pin::Pin;
466465
/// use core::mem::MaybeUninit;
467466
///

0 commit comments

Comments
 (0)