diff --git a/crates/eww/src/config/system_stats.rs b/crates/eww/src/config/system_stats.rs index 36d9e8ea..787b3dee 100644 --- a/crates/eww/src/config/system_stats.rs +++ b/crates/eww/src/config/system_stats.rs @@ -1,4 +1,4 @@ -use crate::{regex, util::IterAverage}; +use crate::util::IterAverage; use anyhow::{Context, Result}; use once_cell::sync::Lazy; use std::{fs::read_to_string, sync::Mutex};