Merge pull request #2703 from ehuss/fix-clippy
Fix clippy lint for 1.88
This commit is contained in:
commit
fd768efba2
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