diff --git a/src/librustdoc/clean/mod.rs b/src/librustdoc/clean/mod.rs index 2a7b4de9bf3ce..1b7347ac3326e 100644 --- a/src/librustdoc/clean/mod.rs +++ b/src/librustdoc/clean/mod.rs @@ -1716,7 +1716,7 @@ impl<'a, 'tcx> Clean for (&'a ty::Generics, ty::GenericParamDefKind::Const { .. } => None, }).collect::>(); - // (param index, def id of trait) -> (name, type) + // param index -> [(DefId of trait, associated type name, type)] let mut impl_trait_proj = FxHashMap::)>>::default();