Clean up E0582 explanation

This commit is contained in:
Guillaume Gomez 2020-05-13 13:40:55 +02:00
parent 97f3eeec82
commit bb2ff593a6

View file

@ -1,5 +1,5 @@
A lifetime appears only in an associated-type binding,
and not in the input types to the trait.
A lifetime is only present in an associated-type binding, and not in the input
types to the trait.
Erroneous code example: