Corrections by clippy
Signed-off-by: Valentin Popov <valentin@popov.link>
This commit is contained in:
parent
4c3185ea7c
commit
5ecd8cf2cb
@ -35,7 +35,7 @@ fn main() {
|
|||||||
let input = &args[1];
|
let input = &args[1];
|
||||||
let output = &args[2];
|
let output = &args[2];
|
||||||
|
|
||||||
if let Err(err) = decode_texture(&input, &output) {
|
if let Err(err) = decode_texture(input, output) {
|
||||||
eprintln!("Error: {}", err)
|
eprintln!("Error: {}", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user