1
Fork 0

Un-gate macro_rules

This commit is contained in:
Keegan McAllister 2015-01-02 19:41:40 -08:00
parent d0163d3311
commit c2e26972e3
129 changed files with 15 additions and 260 deletions

View file

@ -23,7 +23,7 @@
html_root_url = "http://doc.rust-lang.org/nightly/",
html_playground_url = "http://play.rust-lang.org/")]
#![feature(macro_rules, globs, slicing_syntax)]
#![feature(globs, slicing_syntax)]
#![feature(associated_types)]
pub use self::Piece::*;