Fix lint
This commit is contained in:
parent
bb5a0bde3a
commit
0311883a16
3 changed files with 9 additions and 9 deletions
|
|
@ -29,7 +29,7 @@ async fn main() -> ExitCode {
|
|||
match result {
|
||||
Ok(()) => ExitCode::SUCCESS,
|
||||
Err(e) => {
|
||||
eprintln!("{}", e.serialize().to_string());
|
||||
eprintln!("{}", e.serialize());
|
||||
ExitCode::FAILURE
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue