diff --git a/src/collections/mod.rs b/src/collections/mod.rs index 243c723d50aa4a11c695146cb31f1874e164c268..f46f2b472b55f67be2680ae64498f01088e18d9e 100644 --- a/src/collections/mod.rs +++ b/src/collections/mod.rs @@ -5,4 +5,4 @@ mod sets; pub(crate) use string_pool::{StringPool, StringRef}; pub(crate) use scoped_buffer::{ScopedBuffer, ScopedSection}; -pub(crate) use sets::DequeSet; \ No newline at end of file +pub(crate) use sets::{DequeSet, VecSet}; \ No newline at end of file