mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Merge pull request #2160 from rtfeldman/editor-comments
support tld comments in docs and editor(reading only)
This commit is contained in:
commit
d6681f4e0a
21 changed files with 287 additions and 84 deletions
|
@ -3298,6 +3298,7 @@ where
|
|||
&mut var_store,
|
||||
look_up_builtins,
|
||||
);
|
||||
|
||||
let canonicalize_end = SystemTime::now();
|
||||
|
||||
module_timing.canonicalize = canonicalize_end.duration_since(canonicalize_start).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue