summaryrefslogtreecommitdiffstats
path: root/tests-build/src
diff options
context:
space:
mode:
Diffstat (limited to 'tests-build/src')
-rw-r--r--tests-build/src/lib.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests-build/src/lib.rs b/tests-build/src/lib.rs
deleted file mode 100644
index 7f38a440..00000000
--- a/tests-build/src/lib.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-#[cfg(feature = "tokio-executor")]
-pub use tokio_executor;
-
-#[cfg(feature = "tokio-net")]
-pub use tokio_net;
-
-#[cfg(feature = "tokio")]
-pub use tokio;