Skip to content

Commit 0bf6210

Browse files
committed
fixed unused import
1 parent 9480f36 commit 0bf6210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/entities.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use magma_ecs::{entities, World};
1+
use magma_ecs::World;
22

33
#[test]
44
fn create_entity() {

0 commit comments

Comments
 (0)