Make clippy warnings and let CI fail if there are issues

This commit is contained in:
Gwilym Kuiper 2022-06-11 20:17:37 +01:00
parent 46260c085a
commit b8cf5090cb

View file

@ -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