fix clippy errors for rust 1.88.0 (auto fix)

This commit is contained in:
Nils Koch
2025-06-23 22:14:33 +01:00
committed by Jussi Saurio
parent b68aaebe50
commit 828d4f5016
70 changed files with 404 additions and 558 deletions

View File

@@ -36,5 +36,5 @@ async fn main() {
let value = row.get_value(0).unwrap();
println!("Row: {:?}", value);
println!("Row: {value:?}");
}