Skip to content

Commit 664222a

Browse files
Remove allow missing_debug_implementations for MaybeUninit
It already has a Debug implementation.
1 parent b85e3fe commit 664222a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/mem/maybe_uninit.rs

-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ use crate::mem::ManuallyDrop;
214214
/// remain `#[repr(transparent)]`. That said, `MaybeUninit<T>` will *always* guarantee that it has
215215
/// the same size, alignment, and ABI as `T`; it's just that the way `MaybeUninit` implements that
216216
/// guarantee may evolve.
217-
#[allow(missing_debug_implementations)]
218217
#[stable(feature = "maybe_uninit", since = "1.36.0")]
219218
// Lang item so we can wrap other types in it. This is useful for generators.
220219
#[lang = "maybe_uninit"]

0 commit comments

Comments
 (0)