remove unstable language and feature

This commit is contained in:
Sean McArthur
2018-08-15 16:08:47 -07:00
parent d060891b62
commit 3fbda4fd49
10 changed files with 26 additions and 83 deletions

View File

@@ -1,5 +1,3 @@
#![cfg(feature="unstable")]
extern crate futures;
extern crate libflate;
extern crate reqwest;
@@ -8,7 +6,7 @@ extern crate tokio;
#[macro_use]
mod support;
use reqwest::unstable::async::Client;
use reqwest::async::Client;
use futures::{Future, Stream};
use std::io::Write;
use std::time::Duration;