We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 955befd + 6980640 commit 2521408Copy full SHA for 2521408
src/io/buf_read/mod.rs
@@ -29,7 +29,7 @@ extension_trait! {
29
30
```
31
# #[allow(unused_imports)]
32
- use async_std::prelude::*;
+ use async_std::io::prelude::*;
33
34
35
[`std::io::BufRead`]: https://doc.rust-lang.org/std/io/trait.BufRead.html
0 commit comments