Skip to content

Commit 2b8545c

Browse files
authored
Merge pull request #148 from Jupeyy/pr_im_retarded
I'm retarded
2 parents ec13658 + ef80b32 commit 2b8545c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/base/src/steady_clock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ impl SteadyClock {
1717

1818
/// Returns the duration since this steady clock was started.
1919
pub fn now(&self) -> Duration {
20-
Duration::from_nanos((self.start_time.elapsed().as_nanos() / 4) as u64)
20+
self.start_time.elapsed()
2121
}
2222
}

0 commit comments

Comments
 (0)