satisfied cargo clippy
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user