]> git.lizzy.rs Git - rust.git/commitdiff
Remove allow(bare_trait_object) from librustc
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 23 Feb 2018 17:52:03 +0000 (09:52 -0800)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 3 Mar 2018 05:02:36 +0000 (21:02 -0800)
src/librustc/lib.rs

index f05ed0a460d87cc18bbd278feea4085889df7b73..d08a41010ab166ab452ac807e248f1b2479d35bc 100644 (file)
@@ -41,8 +41,6 @@
        html_root_url = "https://doc.rust-lang.org/nightly/")]
 #![deny(warnings)]
 
-#![cfg_attr(not(stage0), allow(bare_trait_object))]
-
 #![feature(box_patterns)]
 #![feature(box_syntax)]
 #![feature(conservative_impl_trait)]