Fix clippy lint for 1.88
This commit is contained in:
parent
63ae0d5c18
commit
3d07798832
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ fn main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Err(e) = handle_preprocessing() {
|
if let Err(e) = handle_preprocessing() {
|
||||||
eprintln!("{}", e);
|
eprintln!("{e}");
|
||||||
std::process::exit(1);
|
std::process::exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue