Skip to content

Commit

Permalink
fix the thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Sep 24, 2023
1 parent 44a0a34 commit c8637d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ impl Clock {
///
/// Support for TSC, etc, are checked at the time of creation, not compile-time.
pub fn new() -> Clock {
let reference = Monotonic;
let reference = Monotonic::default();
let inner = if detection::has_counter_support() {
let source = Counter;
let calibration = GLOBAL_CALIBRATION.get_or_init(|| {
Expand Down

0 comments on commit c8637d8

Please sign in to comment.