mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
forgive me clippy
This commit is contained in:
parent
8eec930260
commit
d630562d99
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ pub fn run_in_place(
|
|||
|
||||
// Now that the module has been solved, we can run through and check all
|
||||
// types claimed to implement abilities.
|
||||
problems.extend(deferred_must_implement_abilities.check(subs, &abilities_store));
|
||||
problems.extend(deferred_must_implement_abilities.check(subs, abilities_store));
|
||||
|
||||
state.env
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue