Remove nightly toolchain pin since async/await is stable.

This commit is contained in:
Henry de Valence 2019-11-14 17:33:08 -08:00 committed by Deirdre Connolly
parent 9133b87771
commit 6d79352fb6
2 changed files with 0 additions and 5 deletions

View File

@ -1 +0,0 @@
nightly-2019-09-05

View File

@ -6,10 +6,6 @@
//#![deny(warnings, missing_docs, trivial_casts, unused_qualifications)]
#![forbid(unsafe_code)]
// async_await is considered stable on nightly releases, but the corresponding
// release (1.39.0) is still in beta. Suppress the warning for now.
#![allow(stable_features)]
#![feature(async_await)]
#[macro_use]
extern crate tracing;