diff --git a/src/number.rs b/src/number.rs index 9960aed3..d5229703 100644 --- a/src/number.rs +++ b/src/number.rs @@ -105,7 +105,7 @@ impl Num { } #[test_case] -fn test_numbers(gba: &mut super::Gba) { +fn test_numbers(_gba: &mut super::Gba) { // test addition let n: Num<8> = 1.into(); assert_eq!(n + 2.into(), 3.into(), "testing that 1 + 2 == 3");