Skip to content
Snippets Groups Projects
Commit 03f3e2ed authored by Stephen D's avatar Stephen D
Browse files

clippy fix

parent 35df20ce
No related branches found
No related tags found
No related merge requests found
Pipeline #9392 passed
......@@ -58,7 +58,7 @@ fn main() {
let args = Args::parse();
if let Err(e) = encode_wav(args) {
eprintln!("Error: {}", e);
eprintln!("Error: {e}");
} else {
println!("Done!");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment