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