summaryrefslogtreecommitdiff
path: root/engine-ecs
diff options
context:
space:
mode:
Diffstat (limited to 'engine-ecs')
-rw-r--r--engine-ecs/src/util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-ecs/src/util.rs b/engine-ecs/src/util.rs
index a6925f7..304ba21 100644
--- a/engine-ecs/src/util.rs
+++ b/engine-ecs/src/util.rs
@@ -5,7 +5,7 @@ use std::ops::{BitAnd, Deref};
use hashbrown::HashMap;
-pub(crate) mod array_vec;
+pub mod array_vec;
pub trait VecExt<Item>
{