mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Appease clippy
This commit is contained in:
parent
1b48c370a9
commit
c47dc57fc2
2 changed files with 13 additions and 15 deletions
|
@ -227,6 +227,7 @@ pub async fn load<'a>(
|
|||
// If the relevant module's waiting_for_solve entry is now empty, solve the module.
|
||||
let mut solve_listeners: MutMap<ModuleId, Vec<ModuleId>> = MutMap::default();
|
||||
|
||||
#[allow(clippy::type_complexity)]
|
||||
let mut unsolved_modules: MutMap<
|
||||
ModuleId,
|
||||
(Module, Box<str>, MutSet<ModuleId>, Constraint, VarStore),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue