remove async_await feature gate

then we can build with beta as well

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-09-28 10:10:05 +02:00
parent 01de528fc3
commit eb4e28d7bf
5 changed files with 0 additions and 10 deletions

View File

@ -1,5 +1,3 @@
#![feature(async_await)]
use std::io;
use std::path::Path;

View File

@ -1,5 +1,3 @@
#![feature(async_await)]
use bytes::Bytes;
use failure::{bail, Error};
use serde_json::Value;

View File

@ -1,5 +1,3 @@
#![feature(async_await)]
use bytes::Bytes;
use failure::{bail, Error};
use serde_json::{json, Value};

View File

@ -1,5 +1,3 @@
#![feature(async_await)]
use bytes::Bytes;
use proxmox_api::cli;

View File

@ -1,5 +1,3 @@
#![feature(async_await)]
use bytes::Bytes;
use serde_json::Value;