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