mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 11:22:19 +00:00
auto clippy fixes
This commit is contained in:
parent
72c85efc83
commit
ef39bad7c6
146 changed files with 750 additions and 1005 deletions
|
@ -1853,8 +1853,7 @@ fn unify_unspecialized_lambdas<M: MetaCollector>(
|
|||
|
||||
debug_assert!(
|
||||
is_sorted_unspecialized_lamba_set_list(env.subs, &merged_uls),
|
||||
"merging of unspecialized lambda sets does not preserve sort! {:?}",
|
||||
merged_uls
|
||||
"merging of unspecialized lambda sets does not preserve sort! {merged_uls:?}"
|
||||
);
|
||||
|
||||
Ok((
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue