We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d9f46 commit 8bce742Copy full SHA for 8bce742
crates/bevy_ecs/src/schedule/state.rs
@@ -11,8 +11,6 @@ use std::{
11
hash::Hash,
12
marker::PhantomData,
13
};
14
-// Required for derive macros
15
-use crate as bevy_ecs;
16
17
pub trait StateData: Send + Sync + Clone + Eq + Debug + Hash + 'static {}
18
impl<T> StateData for T where T: Send + Sync + Clone + Eq + Debug + Hash + 'static {}
0 commit comments