Set allow(unstable) in crates that use unstable features

Lets them build with the -dev, -nightly, or snapshot compiler
This commit is contained in:
Brian Anderson
2015-01-16 22:33:24 -08:00
parent 056f8f0251
commit 6f3a80e411
30 changed files with 31 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
#![feature(asm, slicing_syntax)]
#![feature(box_syntax)]
#![allow(unknown_features)] #![feature(int_uint)]
#![allow(unstable)]
extern crate getopts;
extern crate regex;