Skip to content

Commit 4b6238d

Browse files
committed
Remove empty module (#2558)
self explanatory
1 parent b724a0f commit 4b6238d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

crates/bevy_ecs/src/world/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
mod entity_ref;
2-
mod pointer;
32
mod spawn_batch;
43
mod world_cell;
54

5+
pub use crate::change_detection::Mut;
66
pub use entity_ref::*;
7-
pub use pointer::*;
87
pub use spawn_batch::*;
98
pub use world_cell::*;
109

crates/bevy_ecs/src/world/pointer.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)