Set allow(unstable) in crates that use unstable features
Lets them build with the -dev, -nightly, or snapshot compiler
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user