mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
buf: misc polish (#924)
- Rename feature flag `util`. - Rename module `util` - Move `error` module into `util`. - Move `BufStream` impls into dedicated file.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use errors::internal::Never;
|
||||
use never::Never;
|
||||
use BufStream;
|
||||
|
||||
use futures::Poll;
|
||||
|
||||
Reference in New Issue
Block a user