mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-12 01:51:34 +11:00
Fix compiler warning for tests
This commit is contained in:
parent
2eec47f31a
commit
413a819e64
|
@ -556,6 +556,7 @@ fn test_vector_multiplication_and_division(_gba: &mut super::Gba) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
|
#[cfg(test)]
|
||||||
mod formatting_tests {
|
mod formatting_tests {
|
||||||
use super::Num;
|
use super::Num;
|
||||||
use alloc::format;
|
use alloc::format;
|
||||||
|
|
Loading…
Reference in a new issue