mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Use inline format args (#2232)
This commit is contained in:
@@ -37,7 +37,7 @@ async fn main() {
|
||||
}
|
||||
|
||||
async fn handler(version: Version) {
|
||||
println!("received request with version {:?}", version);
|
||||
println!("received request with version {version:?}");
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user