cargo clippy --fix

This commit is contained in:
Elnu 2023-08-23 14:01:45 -07:00
parent 3567751aaf
commit 18e507e443

View file

@ -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(())
}