mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
auto clippy fixes
This commit is contained in:
parent
72c85efc83
commit
ef39bad7c6
146 changed files with 750 additions and 1005 deletions
|
@ -1322,8 +1322,7 @@ pub fn type_implementing_specialization(
|
|||
.filter(|mia| mia.ability == ability)
|
||||
.count()
|
||||
} < 2,
|
||||
"Multiple variables bound to an ability - this is ambiguous and should have been caught in canonicalization: {:?}",
|
||||
specialization_must_implement_constraints
|
||||
"Multiple variables bound to an ability - this is ambiguous and should have been caught in canonicalization: {specialization_must_implement_constraints:?}"
|
||||
);
|
||||
|
||||
specialization_must_implement_constraints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue