mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
allow new clippy lint
This commit is contained in:
parent
f9a9de5823
commit
1db3a61ee3
|
@ -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