mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
appease clippy
This commit is contained in:
parent
2df86b6438
commit
30ff471a1b
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
use crate::builtins::builtin_defs;
|
|
||||||
use crate::def::{canonicalize_defs, sort_can_defs, Declaration};
|
use crate::def::{canonicalize_defs, sort_can_defs, Declaration};
|
||||||
use crate::env::Env;
|
use crate::env::Env;
|
||||||
use crate::expr::Output;
|
use crate::expr::Output;
|
||||||
|
@ -115,7 +114,7 @@ pub fn canonicalize_module_defs<'a>(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let (mut defs, _scope, output, symbols_introduced) = canonicalize_defs(
|
let (defs, _scope, output, symbols_introduced) = canonicalize_defs(
|
||||||
&mut env,
|
&mut env,
|
||||||
Output::default(),
|
Output::default(),
|
||||||
var_store,
|
var_store,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue