Revert removed #![feature(nll)]

This commit is contained in:
Taiki Endo
2019-02-10 16:13:30 +09:00
parent 1bfb44133d
commit 2be0993c4e
21 changed files with 21 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#![deny(rust_2018_idioms)]
#![feature(nll)]
#![feature(rustc_private)]
pub use Piece::*;