mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Allow new clippy lint (#458)
New clippy lint introduced that would break safety if followed. - [x] no changelog update needed
This commit is contained in:
commit
b12692511e
|
@ -13,6 +13,7 @@
|
|||
#![feature(allocator_api)]
|
||||
#![feature(asm_const)]
|
||||
#![warn(clippy::all)]
|
||||
#![allow(clippy::needless_pass_by_ref_mut)]
|
||||
#![deny(clippy::must_use_candidate)]
|
||||
#![deny(clippy::trivially_copy_pass_by_ref)]
|
||||
#![deny(clippy::semicolon_if_nothing_returned)]
|
||||
|
|
Loading…
Reference in a new issue