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