apply clippy suggestions

This commit is contained in:
Tamo
2022-01-10 15:59:04 +01:00
parent 0fcde35a20
commit 92804f6f45
4 changed files with 5 additions and 11 deletions

View File

@ -10,7 +10,7 @@ fn main() {
}
Err(e) => {
println!("❎ Invalid filter");
println!("{}", e.to_string());
println!("{}", e);
}
}
}