Clippy
This commit is contained in:
parent
d55729987f
commit
751bcf5fa0
8 changed files with 36 additions and 40 deletions
|
|
@ -83,7 +83,7 @@ fn main() {
|
|||
);
|
||||
|
||||
if let Err(e) = run(&opts) {
|
||||
println!("{}", opts.usage(&format!("{}", e)));
|
||||
println!("{}", opts.usage(&e.to_string()));
|
||||
process::exit(1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue