Skip to content

Commit

Permalink
one more instant
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Aug 3, 2024
1 parent f303015 commit ec895f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/src/tokenparser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ impl TokenParser {
}

fn mid_process_inner(&mut self, mut arg: StepArg) -> StepResult {
let start_time = std::time::Instant::now();
let start_time = instant::Instant::now();

self.mid_process_was_accepting = false;

Expand Down

0 comments on commit ec895f5

Please sign in to comment.