bump Rust; remove stabilized feature

This commit is contained in:
Ralf Jung 2019-03-18 13:30:57 +01:00
parent 72b4ee0381
commit 687c5d13ea
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
nightly-2019-03-11
nightly-2019-03-18

View File

@ -1,4 +1,4 @@
#![feature(rustc_private, range_contains)]
#![feature(rustc_private)]
#![allow(clippy::cast_lossless)]