Update concat-format.md to use RFC2795 formatting

pull/392/head
Paul Crowley 3 months ago committed by GitHub
parent fbba08333a
commit 30d9f0c3c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,7 +18,7 @@ fn say_hello(name: &str) -> String {
// result
// But using format! is better.
format!("Hello {}!", name)
format!("Hello {name}!")
}
```

Loading…
Cancel
Save