mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 07:06:41 +11:00
satisfy linter
This commit is contained in:
parent
85f5a8493c
commit
0d609f6d4a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue