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.
1 parent 927edf9 commit 63abcb0Copy full SHA for 63abcb0
src/librustdoc/html/format.rs
@@ -171,7 +171,7 @@ impl clean::GenericParamDef {
171
172
if !outlives.is_empty() {
173
f.write_str(": ")?;
174
- outlives.iter().map(|lt| lt.print()).joined(" + ", f)?; // TODO: keep fmt options?
+ outlives.iter().map(|lt| lt.print()).joined(" + ", f)?; // FIXME: keep fmt options?
175
}
176
177
Ok(())
0 commit comments