remove unneeded non_exhaustive

This commit is contained in:
Corwin Kuiper 2021-05-30 12:29:51 +01:00
parent f3c89cea9c
commit 2c14a8454a

View file

@ -7,7 +7,6 @@ const OBJECT_MEMORY_STANDARD: MemoryMapped1DArray<u32, 256> =
#[non_exhaustive]
pub struct ObjectControl {}
#[non_exhaustive]
pub struct ObjectStandard {
attributes: ObjectAttribute,
id: usize,