Skip to content

Commit 8bce742

Browse files
committed
fix a merge error
1 parent 06d9f46 commit 8bce742

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/bevy_ecs/src/schedule/state.rs

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ use std::{
1111
hash::Hash,
1212
marker::PhantomData,
1313
};
14-
// Required for derive macros
15-
use crate as bevy_ecs;
1614

1715
pub trait StateData: Send + Sync + Clone + Eq + Debug + Hash + 'static {}
1816
impl<T> StateData for T where T: Send + Sync + Clone + Eq + Debug + Hash + 'static {}

0 commit comments

Comments
 (0)