mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
remove Nested from Def
This commit is contained in:
parent
52854a6f57
commit
ce98da9d04
6 changed files with 9 additions and 31 deletions
|
@ -120,7 +120,7 @@ fn generate_module_doc<'a>(
|
|||
(acc, None)
|
||||
}
|
||||
|
||||
Body(_, _) | Nested(_) => (acc, None),
|
||||
Body(_, _) => (acc, None),
|
||||
|
||||
NotYetImplemented(s) => todo!("{}", s),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue