mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2026-08-19 12:43:28 +08:00
Updated 'src/generic_types/traits_and_lifetimes.md'.
This commit is contained in:
@@ -511,7 +511,7 @@ fn longest_with_an_announcement<'a, T>(
|
||||
where
|
||||
T: Display,
|
||||
{
|
||||
println! ("通知!{}", ann);
|
||||
println! ("通知!{ann}");
|
||||
if x.len() > y.len() { x } else { y }
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user