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:
Carl Lerche
2019-02-23 10:17:21 -08:00
committed by GitHub
parent 70f4fc481c
commit 047d0b821c
11 changed files with 107 additions and 112 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use errors::internal::Never;
use never::Never;
use BufStream;
use futures::Poll;