cargo clippy --fix

main
Elnu 1 year ago
parent 3567751aaf
commit 18e507e443

@ -21,6 +21,6 @@ fn main() -> Result<()> {
path.set_extension("svg");
path
});
dyesub::render_file(&args.input, &output)?;
dyesub::render_file(&args.input, output)?;
Ok(())
}

Loading…
Cancel
Save