Skip to content

Commit ea3e804

Browse files
committed
Fix comment
1 parent 946777d commit ea3e804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@ impl<'a, 'tcx> Clean<Generics> for (&'a ty::Generics,
17161716
ty::GenericParamDefKind::Const { .. } => None,
17171717
}).collect::<Vec<GenericParamDef>>();
17181718

1719-
// (param index, def id of trait) -> (name, type)
1719+
// param index -> [(DefId of trait, associated type name, type)]
17201720
let mut impl_trait_proj =
17211721
FxHashMap::<u32, Vec<(DefId, String, Ty<'tcx>)>>::default();
17221722

0 commit comments

Comments
 (0)