Skip to content

Commit 2521408

Browse files
Merge pull request #791 from Licenser/patch-1
2 parents 955befd + 6980640 commit 2521408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/buf_read/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extension_trait! {
2929
3030
```
3131
# #[allow(unused_imports)]
32-
use async_std::prelude::*;
32+
use async_std::io::prelude::*;
3333
```
3434
3535
[`std::io::BufRead`]: https://doc.rust-lang.org/std/io/trait.BufRead.html

0 commit comments

Comments
 (0)