mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Merge branch 'trunk' into fix/docs-tests
This commit is contained in:
commit
f441e1dbd1
123 changed files with 3978 additions and 1969 deletions
|
@ -103,6 +103,8 @@ fn generate_module_doc<'a>(
|
|||
}
|
||||
|
||||
Body(_, _) | Nested(_) => (acc, None),
|
||||
|
||||
NotYetImplemented(s) => todo!("{}", s),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue