mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 01:21:34 +11:00
remove unneeded non_exhaustive
This commit is contained in:
parent
f3c89cea9c
commit
2c14a8454a
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue