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

@@ -519,7 +519,7 @@ where
}
}
#[cfg(feature = "unstable-stream")]
#[cfg(feature = "stream")]
impl<T, B> futures_core::Stream for Connection<T, B>
where
T: AsyncRead + AsyncWrite + Unpin,