Put Stream APIs behind unstable-stream feature
This commit is contained in:
@@ -51,6 +51,7 @@ async fn text_part() {
|
||||
assert_eq!(res.status(), reqwest::StatusCode::OK);
|
||||
}
|
||||
|
||||
#[cfg(feature = "unstable-stream")]
|
||||
#[tokio::test]
|
||||
async fn stream_part() {
|
||||
use futures_util::{future, stream};
|
||||
|
||||
Reference in New Issue
Block a user