Upgrade to rustc 1.34.0-nightly (0ea22717a 2019-03-02)

This commit is contained in:
Simon Sapin 2019-03-03 12:02:42 +01:00
parent 4d8d54fc00
commit 99b898753f
4 changed files with 5 additions and 6 deletions

View file

@ -7,7 +7,6 @@
#![feature(const_fn)]
#![feature(drain_filter)]
#![feature(plugin)]
#![feature(try_from)]
#![feature(type_alias_enum_variants)]
#![deny(unsafe_code)]
#![allow(non_snake_case)]