mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Remove deny clippy::all from lib.rs to ensure it always builds for users
This commit is contained in:
parent
4eb31cda34
commit
a32bb2125b
|
@ -4,7 +4,6 @@
|
|||
#![cfg_attr(test, feature(custom_test_frameworks))]
|
||||
#![cfg_attr(test, test_runner(crate::test_runner::test_runner))]
|
||||
#![cfg_attr(test, reexport_test_harness_main = "test_main")]
|
||||
#![deny(clippy::all)]
|
||||
#![feature(alloc_error_handler)]
|
||||
|
||||
//! # agb
|
||||
|
|
Loading…
Reference in a new issue