mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Unnecessary let binding
This commit is contained in:
parent
3da34fc843
commit
93804bb04c
1 changed files with 1 additions and 3 deletions
|
@ -6734,9 +6734,7 @@ where
|
|||
// Attach the alias, then build the rest of the module, so that we reference and specialize
|
||||
// the correct proc.
|
||||
procs.partial_procs.insert_alias(left, right);
|
||||
let result = build_rest(env, procs, layout_cache);
|
||||
|
||||
result
|
||||
build_rest(env, procs, layout_cache)
|
||||
} else {
|
||||
// This should be a fully specialized value. Replace the alias with the original symbol.
|
||||
let mut result = build_rest(env, procs, layout_cache);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue