Simple Clippy Fix (#3219)

* Update sugar to new things

* Fixes

* tiny

* fix qemu

* Fix cmplog

* taplo fmt

* Fix cmplog forkserver sugar, clippy

* clip

* clip

* Simple clippy fix
This commit is contained in:
Dominik Maier 2025-05-13 03:22:22 +02:00 committed by GitHub
parent 24c31943f3
commit 1eb61383d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ fn main() {
eprintln!( eprintln!(
"Warning: failed to read drcov file at {}: {err:?}", "Warning: failed to read drcov file at {}: {err:?}",
input.display() input.display()
) );
}) { }) {
println!("Merging {}", input.display()); println!("Merging {}", input.display());
if let Err(err) = main_drcov.merge(&current_drcov, opts.unique) { if let Err(err) = main_drcov.merge(&current_drcov, opts.unique) {