mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Merge branch 'main' into clippy
This commit is contained in:
commit
e77d7c081f
1 changed files with 1 additions and 1 deletions
|
@ -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())]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue