exports: stop exporting content internals

This commit is contained in:
Kat Marchán 2019-05-26 21:27:37 -07:00
parent f9ab3ed9f8
commit c14980800b
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,2 @@
mod content;
pub use crate::content::path;
pub use crate::content::read;
pub use crate::content::rm;
pub use crate::content::write;
pub mod content;
pub mod index;