Browse Source

Remove async_await feature gates

Yuki Okushi 5 years ago
parent
commit
5847e17146
4 changed files with 2 additions and 4 deletions
  1. 1 1
      .travis.yml
  2. 1 1
      rust-toolchain
  3. 0 1
      src/lib.rs
  4. 0 1
      src/main.rs

+ 1 - 1
.travis.yml

@@ -1,5 +1,5 @@
 language: rust
 language: rust
-rust: nightly-2019-07-09
+rust: nightly-2019-08-26
 cache:
 cache:
   - cargo
   - cargo
 
 

+ 1 - 1
rust-toolchain

@@ -1 +1 @@
-nightly-2019-07-09
+nightly-2019-08-26

+ 0 - 1
src/lib.rs

@@ -1,4 +1,3 @@
-#![feature(async_await)]
 #![allow(clippy::new_without_default)]
 #![allow(clippy::new_without_default)]
 
 
 use failure::{Error, ResultExt};
 use failure::{Error, ResultExt};

+ 0 - 1
src/main.rs

@@ -1,4 +1,3 @@
-#![feature(async_await)]
 #![allow(clippy::new_without_default)]
 #![allow(clippy::new_without_default)]
 
 
 use futures::{
 use futures::{