Skip to content

Commit 5179f30

Browse files
authored
use async_std::stream
1 parent a35602f commit 5179f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ extension_trait! {
385385
# fn main() { async_std::task::block_on(async {
386386
#
387387
use async_std::prelude::*;
388-
use std::collections::VecDeque;
388+
use async_std::stream;
389389
390390
let v = stream::from_iter(vec![&1, &2, &3]);
391391

0 commit comments

Comments
 (0)