summaryrefslogtreecommitdiffstats
path: root/tokio/tests/fs_dir.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/fs_dir.rs')
-rw-r--r--tokio/tests/fs_dir.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/tests/fs_dir.rs b/tokio/tests/fs_dir.rs
index c8b32fc6..eaff59da 100644
--- a/tokio/tests/fs_dir.rs
+++ b/tokio/tests/fs_dir.rs
@@ -71,7 +71,7 @@ async fn read_inherent() {
#[tokio::test]
async fn read_stream() {
- use futures::StreamExt;
+ use tokio::stream::StreamExt;
let base_dir = tempdir().unwrap();