mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31: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]
|
#[non_exhaustive]
|
||||||
pub struct ObjectControl {}
|
pub struct ObjectControl {}
|
||||||
|
|
||||||
#[non_exhaustive]
|
|
||||||
pub struct ObjectStandard {
|
pub struct ObjectStandard {
|
||||||
attributes: ObjectAttribute,
|
attributes: ObjectAttribute,
|
||||||
id: usize,
|
id: usize,
|
||||||
|
|
Loading…
Reference in a new issue