diff --git a/crates/bevy_math/src/bounding/bounded2d/mod.rs b/crates/bevy_math/src/bounding/bounded2d/mod.rs index 4df25d0378772..a425aa29a28ec 100644 --- a/crates/bevy_math/src/bounding/bounded2d/mod.rs +++ b/crates/bevy_math/src/bounding/bounded2d/mod.rs @@ -6,9 +6,9 @@ use crate::{ prelude::{Mat2, Rot2, Vec2}, FloatPow, Isometry2d, }; -use no_panic::no_panic; #[cfg(feature = "bevy_reflect")] use bevy_reflect::Reflect; +use no_panic::no_panic; /// Computes the geometric center of the given set of points. #[inline(always)]