update comment

This commit is contained in:
lcnr 2022-02-05 10:45:50 +01:00
parent 4c55c8362d
commit ac0027d45c

View file

@ -134,7 +134,7 @@ fn inject_impl_of_structural_trait(
// Create the type of `self`.
//
// in addition, remove defaults from type params (impls cannot have them).
// in addition, remove defaults from generic params (impls cannot have them).
let self_params: Vec<_> = generics
.params
.iter_mut()