Skip to content

Commit 8b2335a

Browse files
committed
Add allow(unstable) to librustc_privacy
1 parent 5cfbecf commit 8b2335a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_privacy/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#![feature(rustc_diagnostic_macros)]
2121
#![allow(unknown_features)] #![feature(int_uint)]
22+
#![allow(unstable)]
2223

2324
#[macro_use] extern crate log;
2425
#[macro_use] extern crate syntax;

0 commit comments

Comments
 (0)