mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
remove clone of scope.ident_ids
This commit is contained in:
parent
6dc07c6ea4
commit
99340e314c
3 changed files with 2 additions and 8 deletions
|
@ -3844,7 +3844,6 @@ fn canonicalize_and_constrain<'a>(
|
|||
let docs = crate::docs::generate_module_docs(
|
||||
module_output.scope.clone(),
|
||||
name.as_str().into(),
|
||||
&module_output.ident_ids,
|
||||
parsed_defs,
|
||||
);
|
||||
|
||||
|
@ -3915,7 +3914,7 @@ fn canonicalize_and_constrain<'a>(
|
|||
var_store,
|
||||
constraints,
|
||||
constraint,
|
||||
ident_ids: module_output.ident_ids,
|
||||
ident_ids: module_output.scope.ident_ids,
|
||||
dep_idents,
|
||||
module_timing,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue