We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45d6938 + 664222a commit 1760dd9Copy full SHA for 1760dd9
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