chiark / gitweb /
limit response body size
[hippotat.git] / src / prelude.rs
index c60db81e50b10645e86482c3b8fb3ff8d82ad692..fd9fd835fdc1e9a91615828548efb2961b5e6898 100644 (file)
@@ -27,7 +27,7 @@ pub use anyhow::{anyhow, Context};
 pub use cervine::Cow as Cervine;
 pub use extend::ext;
 pub use fehler::{throw, throws};
-pub use futures::{poll, future};
+pub use futures::{poll, future, StreamExt as _};
 pub use hyper::body::{Bytes, Buf as _};
 pub use hyper::Uri;
 pub use hyper_tls::HttpsConnector;