chore: clippy

This commit is contained in:
zhom
2025-05-30 01:25:04 +04:00
parent 210924e36f
commit e3e6fd98c8
14 changed files with 297 additions and 385 deletions
+1 -4
View File
@@ -127,10 +127,7 @@ impl DownloadedBrowsersRegistry {
info.actual_version = actual_version;
Ok(())
} else {
Err(format!(
"Browser {}:{} not found in registry",
browser, version
))
Err(format!("Browser {browser}:{version} not found in registry"))
}
}