remove Nested from Def

This commit is contained in:
Folkert 2021-03-21 21:14:32 +01:00
parent 52854a6f57
commit ce98da9d04
6 changed files with 9 additions and 31 deletions

View file

@ -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)
}