Rename 'unstable-stream' feature to 'stream' (#733)

This commit is contained in:
Sean McArthur
2019-12-10 16:55:53 -08:00
committed by GitHub
parent 0f32c4a01a
commit 7631c0390e
6 changed files with 10 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ async fn text_part() {
assert_eq!(res.status(), reqwest::StatusCode::OK);
}
#[cfg(feature = "unstable-stream")]
#[cfg(feature = "stream")]
#[tokio::test]
async fn stream_part() {
use futures_util::{future, stream};