diff --git a/agb/src/lib.rs b/agb/src/lib.rs index 739e01d3..aee34b4e 100644 --- a/agb/src/lib.rs +++ b/agb/src/lib.rs @@ -5,6 +5,7 @@ #![cfg_attr(test, test_runner(crate::test_runner::test_runner))] #![cfg_attr(test, reexport_test_harness_main = "test_main")] #![feature(alloc_error_handler)] +#![warn(clippy::all)] //! # agb //! `agb` is a library for making games on the Game Boy Advance using the Rust