We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955befd commit 6980640Copy full SHA for 6980640
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