Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenchi <[email protected]>
  • Loading branch information
zhongzc committed Oct 20, 2023
1 parent 1dacf2b commit 97ab3f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tsc_now.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use std::time::Instant;
use std::{cell::UnsafeCell, fs::read_to_string};

type Error = Box<dyn std::error::Error>;

static TSC_STATE: TSCState = TSCState {
is_tsc_available: UnsafeCell::new(false),
tsc_level: UnsafeCell::new(TSCLevel::Unstable),
Expand Down

0 comments on commit 97ab3f3

Please sign in to comment.