Skip to content

Commit 1760dd9

Browse files
authored
Rollup merge of #72886 - xfix:patch-21, r=jonas-schievink
Remove allow missing_debug_implementations for MaybeUninit It already has a Debug implementation.
2 parents 45d6938 + 664222a commit 1760dd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/mem/maybe_uninit.rs

Lines changed: 0 additions & 1 deletion
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)