mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-23 23:56:34 +11:00
Make clippy warnings and let CI fail if there are issues
This commit is contained in:
parent
46260c085a
commit
b8cf5090cb
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
#![cfg_attr(test, test_runner(crate::test_runner::test_runner))]
|
#![cfg_attr(test, test_runner(crate::test_runner::test_runner))]
|
||||||
#![cfg_attr(test, reexport_test_harness_main = "test_main")]
|
#![cfg_attr(test, reexport_test_harness_main = "test_main")]
|
||||||
#![feature(alloc_error_handler)]
|
#![feature(alloc_error_handler)]
|
||||||
|
#![warn(clippy::all)]
|
||||||
|
|
||||||
//! # agb
|
//! # agb
|
||||||
//! `agb` is a library for making games on the Game Boy Advance using the Rust
|
//! `agb` is a library for making games on the Game Boy Advance using the Rust
|
||||||
|
|
Loading…
Add table
Reference in a new issue