mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Drop a redundant Instant::now()
This commit is contained in:
parent
c4da82cdae
commit
27fc823795
1 changed files with 1 additions and 1 deletions
|
@ -3388,7 +3388,7 @@ fn load_package_from_disk<'a>(
|
|||
ident_ids_by_module: SharedIdentIdsByModule,
|
||||
) -> Result<Msg<'a>, LoadingProblem<'a>> {
|
||||
let module_start_time = Instant::now();
|
||||
let file_io_start = Instant::now();
|
||||
let file_io_start = module_start_time;
|
||||
let read_result = fs::read(filename);
|
||||
let file_io_duration = file_io_start.elapsed();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue