]> git.lizzy.rs Git - rust.git/commitdiff
Add allow(unstable) to librustc_privacy
authorBrian Anderson <banderson@mozilla.com>
Sat, 17 Jan 2015 17:13:48 +0000 (09:13 -0800)
committerBrian Anderson <banderson@mozilla.com>
Sun, 18 Jan 2015 00:38:04 +0000 (16:38 -0800)
src/librustc_privacy/lib.rs

index 8e5f7c576906c30d531be119b51f891ab7a58b12..9b5913c659bb489733bcc46e7aff05104cd00ba3 100644 (file)
@@ -19,6 +19,7 @@
 
 #![feature(rustc_diagnostic_macros)]
 #![allow(unknown_features)] #![feature(int_uint)]
+#![allow(unstable)]
 
 #[macro_use] extern crate log;
 #[macro_use] extern crate syntax;