Skip to content

Commit

Permalink
Remove allow missing_debug_implementations for MaybeUninit
Browse files Browse the repository at this point in the history
It already has a Debug implementation.
  • Loading branch information
KamilaBorowska committed Jun 1, 2020
1 parent b85e3fe commit 664222a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/mem/maybe_uninit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ use crate::mem::ManuallyDrop;
/// remain `#[repr(transparent)]`. That said, `MaybeUninit<T>` will *always* guarantee that it has
/// the same size, alignment, and ABI as `T`; it's just that the way `MaybeUninit` implements that
/// guarantee may evolve.
#[allow(missing_debug_implementations)]
#[stable(feature = "maybe_uninit", since = "1.36.0")]
// Lang item so we can wrap other types in it. This is useful for generators.
#[lang = "maybe_uninit"]
Expand Down

0 comments on commit 664222a

Please sign in to comment.