mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
util: require full feature in tokio-util tests (#3636)
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
#![cfg(not(feature = "full"))]
|
||||||
|
compile_error!("run tokio-util tests with `--features full`");
|
||||||
Reference in New Issue
Block a user