This commit is contained in:
Bryce Miller 2023-05-29 07:22:50 -04:00
parent e514d0cb83
commit 9e4b14d3d9
No known key found for this signature in database
GPG key ID: F1E97BF8DF152350

View file

@ -414,7 +414,7 @@ impl IAbilitiesStore<Resolved> {
}
/// Returns an iterator over pairs ((ability member, type), implementation) specifying that
/// the give type implements an ability member.
/// the given type implements an ability member.
pub fn iter_declared_implementations(
&self,
) -> impl Iterator<Item = (ImplKey, &MemberImpl)> + '_ {