aboutsummaryrefslogtreecommitdiff
path: root/src/table/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/lib.rs')
-rw-r--r--src/table/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/lib.rs b/src/table/lib.rs
index e0920357..b0153e9a 100644
--- a/src/table/lib.rs
+++ b/src/table/lib.rs
@@ -2,7 +2,7 @@
#![allow(clippy::comparison_chain)]
#[macro_use]
-extern crate log;
+extern crate tracing;
mod metrics;
pub mod schema;