Skip to content

Commit

Permalink
build: fix wrong tokio feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverNChalk committed Nov 29, 2024
1 parent 7e70a49 commit 0f2d8ef
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
@@ -1,5 +1,5 @@
pub mod fs;
#[cfg(feature = "tracing")]
#[cfg(feature = "tokio")]
pub mod tokio;
#[cfg(feature = "tracing")]
pub mod tracing;
Expand Down

0 comments on commit 0f2d8ef

Please sign in to comment.