We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85e3fe commit 664222aCopy full SHA for 664222a
src/libcore/mem/maybe_uninit.rs
@@ -214,7 +214,6 @@ use crate::mem::ManuallyDrop;
214
/// remain `#[repr(transparent)]`. That said, `MaybeUninit<T>` will *always* guarantee that it has
215
/// the same size, alignment, and ABI as `T`; it's just that the way `MaybeUninit` implements that
216
/// guarantee may evolve.
217
-#[allow(missing_debug_implementations)]
218
#[stable(feature = "maybe_uninit", since = "1.36.0")]
219
// Lang item so we can wrap other types in it. This is useful for generators.
220
#[lang = "maybe_uninit"]
0 commit comments