generated from ElnuDev/rust-project
cargo clippy --fix
This commit is contained in:
parent
3567751aaf
commit
18e507e443
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ fn main() -> Result<()> {
|
||||||
path.set_extension("svg");
|
path.set_extension("svg");
|
||||||
path
|
path
|
||||||
});
|
});
|
||||||
dyesub::render_file(&args.input, &output)?;
|
dyesub::render_file(&args.input, output)?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue