From 2cd9e1584955df2f3c9bc9700fe3fcfa9411a279 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Tue, 16 Aug 2022 15:47:54 -0700 Subject: [PATCH] unused import --- src/stats.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stats.rs b/src/stats.rs index 8097f62..caf1c2c 100644 --- a/src/stats.rs +++ b/src/stats.rs @@ -1,6 +1,6 @@ use arc_swap::ArcSwap; /// Statistics and reporting. -use log::{error, info, trace, warn}; +use log::{error, info, trace}; use once_cell::sync::Lazy; use parking_lot::Mutex; use std::collections::HashMap;