mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
satisfy linter
This commit is contained in:
parent
85f5a8493c
commit
0d609f6d4a
|
@ -16,7 +16,7 @@ fn main(mut gba: agb::Gba) -> ! {
|
|||
}
|
||||
if input.is_just_pressed(agb::input::Button::B) {
|
||||
#[allow(arithmetic_overflow)]
|
||||
let _p = core::i32::MAX + 1;
|
||||
let _p = i32::MAX + 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue