Make sub mods public to help docgen

This commit is contained in:
Carl Lerche
2015-09-25 09:43:58 -07:00
parent 3d0a4adc30
commit 4ce8b1c2c8
+2 -2
View File
@@ -2,8 +2,8 @@
#![deny(warnings)]
pub mod alloc;
mod buf;
mod str;
pub mod buf;
pub mod str;
pub use buf::{
Buf,