diff --git a/src/collections/mod.rs b/src/collections/mod.rs index b066ddec6c67ef24a2dbdd310c354577cadbf4e4..f5817538fd52a1d90cb624295b79e5866bb87993 100644 --- a/src/collections/mod.rs +++ b/src/collections/mod.rs @@ -1,3 +1,5 @@ mod string_pool; +mod scoped_buffer; -pub(crate) use string_pool::{StringPool, StringRef}; \ No newline at end of file +pub(crate) use string_pool::{StringPool, StringRef}; +pub(crate) use scoped_buffer::ScopedBuffer; \ No newline at end of file