Add missing #![feature(rustc_private)] annotation

This commit is contained in:
Igor Matuszewski
2019-01-20 00:04:28 +01:00
parent 286ac62939
commit c14508fd25
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
test(attr(deny(warnings))))]
#![feature(nll)]
#![feature(rustc_private)]
pub use self::Piece::*;
pub use self::Position::*;