chiark / gitweb /
make route_packet infallible
[hippotat.git] / src / prelude.rs
index c0392abe3c265a525e534fadac67fd3bb5267290..0fd63053e025d31b824160c903151f9e4bb94033 100644 (file)
@@ -28,7 +28,7 @@ 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 futures::{poll, future, FutureExt, StreamExt, TryStreamExt};
 pub use hyper::body::{Bytes, Buf as _};
 pub use hyper::{Method, Uri};
 pub use hyper_tls::HttpsConnector;