Rename unstable-stream feature to stream (#433)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user