Upgrade to rustc 1.37.0-nightly (088b98730 2019-07-03)

This commit is contained in:
Josh Matthews 2019-06-24 11:11:42 -04:00 committed by Simon Sapin
parent a2b76b0169
commit 43a75011be
7 changed files with 14 additions and 6 deletions

View file

@ -3,7 +3,6 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
#![deny(unsafe_code)]
#![feature(type_alias_enum_variants)]
#[macro_use]
extern crate bitflags;