summaryrefslogtreecommitdiffstats
path: root/tokio/tests/io_read_to_end.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/io_read_to_end.rs')
-rw-r--r--tokio/tests/io_read_to_end.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokio/tests/io_read_to_end.rs b/tokio/tests/io_read_to_end.rs
index 89782aa3..ee636ba5 100644
--- a/tokio/tests/io_read_to_end.rs
+++ b/tokio/tests/io_read_to_end.rs
@@ -1,4 +1,5 @@
#![warn(rust_2018_idioms)]
+#![cfg(feature = "full")]
use tokio::io::AsyncReadExt;
use tokio_test::assert_ok;