mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Merge remote-tracking branch 'origin/trunk' into partialproc-by-reference
This commit is contained in:
commit
c5005d3dd1
77 changed files with 4144 additions and 3003 deletions
|
@ -1004,7 +1004,7 @@ impl ModuleTiming {
|
|||
.checked_sub(*read_roc_file)
|
||||
};
|
||||
|
||||
calculate(end_time.duration_since(*start_time)).unwrap_or_else(Duration::default)
|
||||
calculate(end_time.duration_since(*start_time)).unwrap_or_default()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue