Suppress a stupid warning
This commit is contained in:
parent
5f866737a8
commit
241f070769
|
|
@ -142,6 +142,7 @@ mod tests {
|
|||
}
|
||||
|
||||
fn test_flat_region(region: &impl FlatRegion, range_global: (Vec2, Vec2), range_flat: (Vec2, Vec2)) {
|
||||
#[allow(non_upper_case_globals)]
|
||||
const ε: f32 = 1e-3;
|
||||
macro_rules! assert_eq_at {
|
||||
($at: expr, $left: expr, $right: expr) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user