chiark / gitweb /
forward
[hippotat.git] / src / prelude.rs
index c0392abe3c265a525e534fadac67fd3bb5267290..10b39538f2a106e93a558757855da07a48c069d5 100644 (file)
@@ -28,8 +28,8 @@ pub use std::time::{SystemTime, UNIX_EPOCH};
 pub use cervine::Cow as Cervine;
 pub use extend::ext;
 pub use fehler::{throw, throws};
-pub use futures::{poll, future, StreamExt, TryStreamExt};
-pub use hyper::body::{Bytes, Buf as _};
+pub use futures::{poll, future, FutureExt, StreamExt, TryStreamExt};
+pub use hyper::body::{Bytes, Buf};
 pub use hyper::{Method, Uri};
 pub use hyper_tls::HttpsConnector;
 pub use ipnet::IpNet;