Remove empty module (#2558)

self explanatory
This commit is contained in:
Boxy 2021-07-28 03:10:55 +00:00
parent b724a0f586
commit 4b6238d35a
2 changed files with 1 additions and 3 deletions

View file

@ -1,10 +1,9 @@
mod entity_ref;
mod pointer;
mod spawn_batch;
mod world_cell;
pub use crate::change_detection::Mut;
pub use entity_ref::*;
pub use pointer::*;
pub use spawn_batch::*;
pub use world_cell::*;

View file

@ -1 +0,0 @@
pub use crate::change_detection::Mut;