mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Merge branch 'trunk' into fix/docs-tests
This commit is contained in:
commit
29f9364696
39 changed files with 1072 additions and 477 deletions
|
@ -30,7 +30,7 @@ pub struct DocEntry {
|
|||
pub fn generate_module_docs<'a>(
|
||||
module_name: ModuleName,
|
||||
exposed_ident_ids: &'a IdentIds,
|
||||
parsed_defs: &'a bumpalo::collections::Vec<'a, Located<Def<'a>>>,
|
||||
parsed_defs: &'a [Located<Def<'a>>],
|
||||
) -> ModuleDocumentation {
|
||||
let (entries, _) =
|
||||
parsed_defs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue