mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-18 00:00:09 +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