mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
remove Nested from Def
This commit is contained in:
parent
52854a6f57
commit
ce98da9d04
6 changed files with 9 additions and 31 deletions
|
@ -1481,7 +1481,7 @@ fn to_pending_def<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
SpaceBefore(sub_def, _) | SpaceAfter(sub_def, _) | Nested(sub_def) => {
|
||||
SpaceBefore(sub_def, _) | SpaceAfter(sub_def, _) => {
|
||||
to_pending_def(env, var_store, sub_def, scope, pattern_type)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue