Make clippy happy (#3350)

This commit is contained in:
Jonas Platte
2025-05-13 09:58:45 +02:00
committed by GitHub
parent 07f29f6c5c
commit d72a0f962a
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:?}");
}
});
}