localized trace moved

This commit is contained in:
Nikolay Volf 2016-05-06 00:38:13 +04:00
parent 25c88b7529
commit e95f610195
3 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ mod db;
mod executive_tracer;
pub mod flat;
mod import;
mod localized;
mod noop_tracer;
pub use types::trace_types::*;

View File

@ -18,3 +18,4 @@
pub mod filter;
pub mod trace;
pub mod localized;