mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
fuzz: cfg fuzz tests under cfg(test) (#7428)
This commit is contained in:
@@ -53,6 +53,7 @@ pub(crate) use wake_list::WakeList;
|
|||||||
feature = "sync",
|
feature = "sync",
|
||||||
feature = "signal",
|
feature = "signal",
|
||||||
feature = "time",
|
feature = "time",
|
||||||
|
fuzzing,
|
||||||
))]
|
))]
|
||||||
pub(crate) mod linked_list;
|
pub(crate) mod linked_list;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user