mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-13 20:06:43 +00:00
Fix readme for BufRead
The `BufRead` readme points to `BufReadExt` being in `async_std::prelude` while it currently lives in `async_std::io::prelude`
This commit is contained in:
parent
955befd746
commit
69806403c6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ extension_trait! {
|
|||
|
||||
```
|
||||
# #[allow(unused_imports)]
|
||||
use async_std::prelude::*;
|
||||
use async_std::io::prelude::*;
|
||||
```
|
||||
|
||||
[`std::io::BufRead`]: https://doc.rust-lang.org/std/io/trait.BufRead.html
|
||||
|
|
Loading…
Reference in a new issue