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 1b61b1b commit cdee839Copy full SHA for cdee839
src/librustdoc/json/conversions.rs
@@ -412,7 +412,7 @@ impl FromWithTcx<clean::Type> for Type {
412
.map(|t| {
413
clean::GenericBound::TraitBound(t, rustc_hir::TraitBoundModifier::None)
414
})
415
- .chain(lt.into_iter().map(clean::GenericBound::Outlives))
+ .chain(lt.map(clean::GenericBound::Outlives))
416
.map(|bound| bound.into_tcx(tcx))
417
.collect(),
418
}
0 commit comments