Remove nightly toolchain pin since async/await is stable.
This commit is contained in:
parent
9133b87771
commit
6d79352fb6
|
@ -1 +0,0 @@
|
|||
nightly-2019-09-05
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue