diff --git a/src/collections/mod.rs b/src/collections/mod.rs index 71a6365d0935dd44ab62aaf0d44b38282012b2fa..06d9f12d6a8eef9f2db9e60867c520e59ea70ab6 100644 --- a/src/collections/mod.rs +++ b/src/collections/mod.rs @@ -9,4 +9,5 @@ mod raw_array; pub(crate) use string_pool::{StringPool, StringRef}; pub(crate) use scoped_buffer::{ScopedBuffer, ScopedSection}; pub(crate) use sets::{DequeSet, VecSet}; -pub(crate) use raw_vec::RawVec; \ No newline at end of file +pub(crate) use raw_vec::RawVec; +pub(crate) use raw_array::RawArray; \ No newline at end of file