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

@@ -7,7 +7,7 @@ extern crate tokio;
use std::mem;
use std::io::{self, Cursor};
use futures::{Future, Stream};
use reqwest::unstable::async::{Client, Decoder};
use reqwest::async::{Client, Decoder};
fn fetch() -> impl Future<Item=(), Error=()> {