Skip to content

Commit

Permalink
Remove allow(bare_trait_object) from librustc
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Mar 3, 2018
1 parent f3cb962 commit fb7980d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustc/lib.rs
Expand Up @@ -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)]
Expand Down

0 comments on commit fb7980d

Please sign in to comment.