Suppress a stupid warning

This commit is contained in:
numzero 2024-09-14 13:27:31 +03:00
parent 5f866737a8
commit 241f070769

View File

@ -142,6 +142,7 @@ mod tests {
} }
fn test_flat_region(region: &impl FlatRegion, range_global: (Vec2, Vec2), range_flat: (Vec2, Vec2)) { fn test_flat_region(region: &impl FlatRegion, range_global: (Vec2, Vec2), range_flat: (Vec2, Vec2)) {
#[allow(non_upper_case_globals)]
const ε: f32 = 1e-3; const ε: f32 = 1e-3;
macro_rules! assert_eq_at { macro_rules! assert_eq_at {
($at: expr, $left: expr, $right: expr) => { ($at: expr, $left: expr, $right: expr) => {