X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_trans%2Flib.rs;h=94a1d4dd5b2a42f89546bd1e2d4412fe92daefc4;hb=7335c7dd63cafe70ffca76677f9e33bc6eccefaa;hp=11ffade6da6c6ef9aac596d92ee200ac09ca7bca;hpb=075588a4939acb47feea79779a9bdacce702d9c5;p=rust.git diff --git a/src/librustc_trans/lib.rs b/src/librustc_trans/lib.rs index 11ffade6da6..94a1d4dd5b2 100644 --- a/src/librustc_trans/lib.rs +++ b/src/librustc_trans/lib.rs @@ -23,8 +23,6 @@ html_favicon_url = "http://www.rust-lang.org/favicon.ico", html_root_url = "http://doc.rust-lang.org/nightly/")] -#![cfg_attr(not(stage0), allow(unused_mut))] // NOTE: remove after stage0 snap - #![feature(alloc)] #![feature(box_syntax)] #![feature(collections)]