satisfied cargo clippy

This commit is contained in:
2025-08-09 22:12:49 +02:00
parent cab92df37e
commit 72a260c65f
5 changed files with 15 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ impl Collector {
Ok(hw) => hw,
Err(e) => {
eprintln!("Fehler beim Sammeln der Hardware-Infos: {e}");
return Err(e.into());
return Err(e);
}
};
// Collect network usage