소스 검색

Remove async_await feature gates

Yuki Okushi 5 년 전
부모
커밋
5847e17146
4개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  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
-rust: nightly-2019-07-09
+rust: nightly-2019-08-26
 cache:
   - 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)]
 
 use failure::{Error, ResultExt};

+ 0 - 1
src/main.rs

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