chore: async_await is stable on nightly

This commit is contained in:
Gurwinder Singh
2019-08-21 12:23:04 +05:30
committed by Sean McArthur
parent b2c5d7f0bb
commit 85b1f669c0
20 changed files with 0 additions and 51 deletions

View File

@@ -3,8 +3,6 @@ fn main() {
}
/*
#![feature(async_await)]
use h2::client;
use futures::*;