Skip to content

Commit c87bd1f

Browse files
committed
fix lint
1 parent 6553d35 commit c87bd1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_ecs/src/hierarchy_propagate.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
//! }
5555
//! ```
5656
57+
#[cfg(feature = "std")]
58+
use crate::prelude::*;
5759
use crate::{
5860
change_detection::{DetectChanges, DetectChangesMut},
5961
component::Mutable,
@@ -63,8 +65,6 @@ use crate::{
6365
system::ParamSet,
6466
};
6567
#[cfg(feature = "std")]
66-
use crate::prelude::*;
67-
#[cfg(feature = "std")]
6868
pub use parallel::hierarchy_propagate_complex;
6969
#[cfg(not(feature = "std"))]
7070
pub use serial::hierarchy_propagate_complex;

0 commit comments

Comments
 (0)