Skip to content

Commit b686012

Browse files
committed
fixup: always include instrument-hooks
1 parent e6e0b1c commit b686012

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

crates/codspeed/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
pub mod codspeed;
22

3-
#[cfg(unix)]
43
pub mod instrument_hooks;
54

65
mod macros;

crates/criterion_compat/criterion_fork/src/routine.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#[cfg(unix)]
21
use codspeed::instrument_hooks::InstrumentHooks;
32

43
use crate::benchmark::BenchmarkConfig;

0 commit comments

Comments
 (0)