From b8cf5090cbbd26fe3e234e6940e933ad837bd606 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sat, 11 Jun 2022 20:17:37 +0100 Subject: [PATCH] Make clippy warnings and let CI fail if there are issues --- agb/src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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