mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Fix platform root module flag
When loading a platform module as the root, the `is_root_module` flag in `HeaderInfo` would be set to `false`. This caused issues with docs generation.
This commit is contained in:
parent
a6f1408b5c
commit
facae9d56c
1 changed files with 1 additions and 1 deletions
|
@ -4268,7 +4268,7 @@ fn parse_header<'a>(
|
|||
let (module_id, _, header) = build_platform_header(
|
||||
arena,
|
||||
None,
|
||||
false,
|
||||
is_root_module,
|
||||
None,
|
||||
filename,
|
||||
parse_state,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue