Rename unstable-stream feature to stream (#433)

This commit is contained in:
Sean McArthur
2019-12-03 10:38:50 -08:00
committed by GitHub
parent eab9c0b410
commit 881832cde9
5 changed files with 9 additions and 10 deletions

View File

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