Export `BufReadExt` and `SeekExt` from `async_std::io`
`async_std::io` exports `Read`, `ReadExt`, `Write`, `WriteExt`, `BufRead`, and `Seek`. But it does not export `BufReadExt` and `SeekExt`; those only appear in `async_std::io::prelude`. Export both `BufReadExt` and `SeekExt` from `async_std::io`. This makes it easier for code not using the prelude to import all of the I/O traits it uses from the same module.pull/1029/head
parent
1785b90e6f
commit
ba24561146
Loading…
Reference in New Issue