Rename unstable-stream feature to stream (#433)
This commit is contained in:
		| @@ -7,7 +7,7 @@ use http::HeaderMap; | ||||
|  | ||||
| use crate::PollExt; | ||||
| use std::fmt; | ||||
| #[cfg(feature = "unstable-stream")] | ||||
| #[cfg(feature = "stream")] | ||||
| use std::pin::Pin; | ||||
| use std::task::{Context, Poll}; | ||||
|  | ||||
| @@ -448,7 +448,7 @@ impl RecvStream { | ||||
|     } | ||||
| } | ||||
|  | ||||
| #[cfg(feature = "unstable-stream")] | ||||
| #[cfg(feature = "stream")] | ||||
| impl futures_core::Stream for RecvStream { | ||||
|     type Item = Result<Bytes, crate::Error>; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user