Rename `csearch.rs` -> `cstore_impl.rs`.

This commit is contained in:
Jeffrey Seyfried 2016-10-19 09:56:39 +00:00
parent 2b43fac2b9
commit 0e99b83f52
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ mod index_builder;
mod index;
mod encoder;
mod decoder;
mod csearch;
mod cstore_impl;
mod schema;
pub mod creader;