Fix clippy lint for 1.88

This commit is contained in:
Eric Huss 2025-05-14 18:18:45 -07:00
parent 63ae0d5c18
commit 3d07798832

View file

@ -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);
} }
} }