Skip to content

Commit e2b1758

Browse files
authored
fuzz: cfg fuzz tests under cfg(test) (#7428)
1 parent b7a75b5 commit e2b1758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio/src/util/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pub(crate) use wake_list::WakeList;
5353
feature = "sync",
5454
feature = "signal",
5555
feature = "time",
56+
fuzzing,
5657
))]
5758
pub(crate) mod linked_list;
5859

0 commit comments

Comments
 (0)