mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Remove unused imports
This commit is contained in:
parent
972046445b
commit
039bab65f5
4 changed files with 3 additions and 9 deletions
|
@ -1418,7 +1418,6 @@ impl<'a> LambdaSet<'a> {
|
|||
|
||||
let captures = match lambda_name.niche {
|
||||
Niche::Captures(captures) => captures.0,
|
||||
Niche::NONE => &[],
|
||||
};
|
||||
|
||||
let comparator = |other_name: Symbol, other_captures_layouts: &[InLayout]| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue