mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-17 00:00:16 +02:00
Make clippy happy (#3350)
This commit is contained in:
@@ -77,7 +77,7 @@ async fn main() {
|
||||
.with_upgrades()
|
||||
.await
|
||||
{
|
||||
println!("Failed to serve connection: {:?}", err);
|
||||
println!("Failed to serve connection: {err:?}");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user