Merge branch 'main' into clippy

This commit is contained in:
Shunsuke Shibayama 2022-08-17 01:32:14 +09:00 committed by GitHub
commit e77d7c081f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ impl Context {
impls.push((t.clone(), impl_trait.clone()));
} else {
self.poly_trait_impls
.insert(Str::rc(impl_trait.name()), vec![impl_trait.clone()]);
.insert(Str::rc(impl_trait.name()), vec![(t.clone(), impl_trait.clone())]);
}
}
}