No need for LogLevel

This commit is contained in:
James Wilson
2021-07-01 15:59:41 +01:00
parent 6e4756ecc0
commit ea98b15def
4 changed files with 6 additions and 47 deletions
-2
View File
@@ -6,7 +6,6 @@ pub mod time;
mod assign_id;
mod dense_map;
mod log_level;
mod mean_list;
mod most_seen;
mod num_stats;
@@ -14,7 +13,6 @@ mod num_stats;
// Export a bunch of common bits at the top level for ease of import:
pub use assign_id::AssignId;
pub use dense_map::DenseMap;
pub use log_level::LogLevel;
pub use mean_list::MeanList;
pub use most_seen::MostSeen;
pub use num_stats::NumStats;