Skip to content

Commit 0f2d8ef

Browse files
committed
build: fix wrong tokio feature gate
1 parent 7e70a49 commit 0f2d8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pub mod fs;
2-
#[cfg(feature = "tracing")]
2+
#[cfg(feature = "tokio")]
33
pub mod tokio;
44
#[cfg(feature = "tracing")]
55
pub mod tracing;

0 commit comments

Comments
 (0)