util: require full feature in tokio-util tests (#3636)

This commit is contained in:
Kai Mast
2021-05-05 18:21:25 +09:00
committed by GitHub
parent a945ce0996
commit 55c5d12451
+2
View File
@@ -0,0 +1,2 @@
#![cfg(not(feature = "full"))]
compile_error!("run tokio-util tests with `--features full`");