diff --git a/lib/dataspec/src/lib.rs b/lib/dataspec/src/lib.rs index ec9fa3e7..b62bdfb5 100644 --- a/lib/dataspec/src/lib.rs +++ b/lib/dataspec/src/lib.rs @@ -2,7 +2,6 @@ //! by any consumer of the produced data to parse the files. pub mod histogram; -// use ::histogram::Snapshot; pub use crate::histogram::Histogram; use serde::{Deserialize, Serialize};