[nll] libfmt_macros: enable feature(nll) for bootstrap
This commit is contained in:
parent
63fe441db8
commit
3ed965ab58
1 changed files with 2 additions and 0 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue