Make clippy happy (#3350)

This commit is contained in:
Jonas Platte
2025-09-28 19:15:42 +02:00
parent abe98474e1
commit 01ecea0e33
8 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ async fn main() {
.with_upgrades()
.await
{
println!("Failed to serve connection: {:?}", err);
println!("Failed to serve connection: {err:?}");
}
});
}