1
Fork 0

[nll] libfmt_macros: enable feature(nll) for bootstrap

This commit is contained in:
memoryruins 2018-08-09 06:48:10 -04:00
parent 63fe441db8
commit 3ed965ab58

View file

@ -20,6 +20,8 @@
html_playground_url = "https://play.rust-lang.org/",
test(attr(deny(warnings))))]
#![cfg_attr(not(stage0), feature(nll))]
pub use self::Piece::*;
pub use self::Position::*;
pub use self::Alignment::*;