cargo clippy

This commit is contained in:
Markus Unterwaditzer
2025-08-05 21:05:31 +02:00
parent f4522dbe3d
commit 13877f7209
+1 -2
View File
@@ -200,8 +200,7 @@ fn install_file(adb_device: &mut ADBUSBDevice, dest: &str, payload: &[u8]) -> Re
// Verification failed, clean up and retry // Verification failed, clean up and retry
if attempt < MAX_RETRIES { if attempt < MAX_RETRIES {
println!( println!(
"MD5 verification failed on attempt {}, retrying...", "MD5 verification failed on attempt {attempt}, retrying..."
attempt
); );
let mut buf = Vec::<u8>::new(); let mut buf = Vec::<u8>::new();
adb_device adb_device