From 13877f7209a2f331f8006d774447ae49f3bece6b Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 5 Aug 2025 21:05:31 +0200 Subject: [PATCH] cargo clippy --- installer/src/uz801.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer/src/uz801.rs b/installer/src/uz801.rs index 0475ec7..4475911 100644 --- a/installer/src/uz801.rs +++ b/installer/src/uz801.rs @@ -200,8 +200,7 @@ fn install_file(adb_device: &mut ADBUSBDevice, dest: &str, payload: &[u8]) -> Re // Verification failed, clean up and retry if attempt < MAX_RETRIES { println!( - "MD5 verification failed on attempt {}, retrying...", - attempt + "MD5 verification failed on attempt {attempt}, retrying..." ); let mut buf = Vec::::new(); adb_device