]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_trans/lib.rs
rollup merge of #21830: japaric/for-cleanup
[rust.git] / src / librustc_trans / lib.rs
index 11ffade6da6c6ef9aac596d92ee200ac09ca7bca..94a1d4dd5b2a42f89546bd1e2d4412fe92daefc4 100644 (file)
@@ -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)]