unused import

This commit is contained in:
Lev Kokotov
2022-08-16 15:47:54 -07:00
parent fd57fae280
commit 2cd9e15849

View File

@@ -1,6 +1,6 @@
use arc_swap::ArcSwap; use arc_swap::ArcSwap;
/// Statistics and reporting. /// Statistics and reporting.
use log::{error, info, trace, warn}; use log::{error, info, trace};
use once_cell::sync::Lazy; use once_cell::sync::Lazy;
use parking_lot::Mutex; use parking_lot::Mutex;
use std::collections::HashMap; use std::collections::HashMap;