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