diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2015-01-28 15:47:06 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2015-01-30 10:37:45 -0500 |
| commit | 60abb3bef2242a8a8be960f2e563036753de336c (patch) | |
| tree | ed12f8a178e9deb41090ffbf75889dc0cc9c042b /src/libsyntax | |
| parent | 2d76c94dd077406d030a9b7058fb52f979db8bd2 (diff) | |
| download | rust-60abb3bef2242a8a8be960f2e563036753de336c.tar.gz rust-60abb3bef2242a8a8be960f2e563036753de336c.zip | |
fixes after rebase
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 456c6f73ce1..5b78d5b1405 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -39,7 +39,6 @@ #![feature(rustc_private)] #![feature(std_misc)] #![feature(unicode)] -#![allow(unstable)] // NOTE(stage0) remove cfg_attr after a snapshot #![cfg_attr(not(stage0), allow(unused_mut))] |
