Rename 'stream' feature to 'unstable-stream'

This commit is contained in:
Sean McArthur
2019-09-12 11:16:54 -07:00
parent 06a68a76a2
commit 0527f5b72a
5 changed files with 6 additions and 6 deletions

View File

@@ -1306,7 +1306,7 @@ impl PushPromises {
}
}
#[cfg(feature = "stream")]
#[cfg(feature = "unstable-stream")]
impl futures_core::Stream for PushPromises {
type Item = Result<PushPromise, crate::Error>;