Skip to content

Commit

Permalink
Try #2449:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Jul 12, 2021
2 parents 17bd3f9 + ea75c04 commit 34229c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_ecs/src/system/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,8 @@ where

#[derive(Debug)]
pub struct Remove<T> {
entity: Entity,
phantom: PhantomData<T>,
pub entity: Entity,
pub phantom: PhantomData<T>,
}

impl<T> Command for Remove<T>
Expand Down

0 comments on commit 34229c7

Please sign in to comment.