util should not reexport ansi_term

This commit is contained in:
Hawstein
2017-09-01 22:57:57 +08:00
parent 56f46edab8
commit cf366bdb29
14 changed files with 16 additions and 7 deletions

View File

@@ -41,6 +41,7 @@ use db::{self, Writable, Readable, CacheUpdatePolicy};
use cache_manager::CacheManager;
use encoded;
use engines::epoch::{Transition as EpochTransition, PendingTransition as PendingEpochTransition};
use ansi_term::Colour;
const LOG_BLOOMS_LEVELS: usize = 3;
const LOG_BLOOMS_ELEMENTS_PER_INDEX: usize = 16;