We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
for<>
1 parent e64a819 commit b39e99cCopy full SHA for b39e99c
src/librustdoc/html/format.rs
@@ -407,7 +407,7 @@ impl fmt::Show for clean::Type {
407
lifetimes = if decl.lifetimes.len() == 0 {
408
"".to_string()
409
} else {
410
- format!("<{:#}>", decl.lifetimes)
+ format!("for <{:#}>", decl.lifetimes)
411
},
412
args = decl.decl.inputs,
413
arrow = decl.decl.output,
@@ -436,7 +436,7 @@ impl fmt::Show for clean::Type {
436
437
438
439
440
441
442
bounds = if decl.bounds.len() == 0 {
0 commit comments