Skip to content

Commit

Permalink
fix a merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJoJet committed Aug 9, 2022
1 parent 06d9f46 commit 8bce742
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_ecs/src/schedule/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ use std::{
hash::Hash,
marker::PhantomData,
};
// Required for derive macros
use crate as bevy_ecs;

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

0 comments on commit 8bce742

Please sign in to comment.