hiding some inner module

This commit is contained in:
Paul Masurel
2016-08-11 16:26:18 +09:00
parent 86449deba5
commit e76dc40aaf
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -3,4 +3,5 @@ target/debug
.vscode
target/release
Cargo.lock
benchmark
.DS_Store

View File

@@ -37,7 +37,6 @@ mod macros {
}
mod core;
mod compression;
mod fastfield;
mod store;
@@ -46,12 +45,13 @@ mod error;
pub use error::{Result, Error};
mod analyzer;
mod datastruct;
pub mod postings;
pub mod query;
pub mod directory;
pub mod datastruct;
pub mod analyzer;
pub mod collector;
pub mod schema;