chore: async_await is stable on nightly
This commit is contained in:
committed by
Sean McArthur
parent
b2c5d7f0bb
commit
85b1f669c0
@@ -3,8 +3,6 @@ fn main() {
|
||||
}
|
||||
|
||||
/*
|
||||
#![feature(async_await)]
|
||||
|
||||
use h2::client;
|
||||
|
||||
use futures::*;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
|
||||
use h2::client;
|
||||
use http::{HeaderMap, Request};
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
|
||||
use h2::server;
|
||||
|
||||
use bytes::*;
|
||||
|
||||
Reference in New Issue
Block a user