summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/data_harvester/disks/other.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/data_harvester/disks/other.rs b/src/app/data_harvester/disks/other.rs
index 2cd1e2e3..6dac7e93 100644
--- a/src/app/data_harvester/disks/other.rs
+++ b/src/app/data_harvester/disks/other.rs
@@ -1,6 +1,6 @@
//! Fallback disk info using sysinfo.
-use sysinfo::{DiskExt, System, SystemExt};
+use sysinfo::{DiskExt, SystemExt};
use crate::app::data_harvester::DataCollector;