Skip to content

Commit bde583a

Browse files
committed
Remove allow(bare_trait_object) from librustc
1 parent 753f61e commit bde583a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
html_root_url = "https://doc.rust-lang.org/nightly/")]
4242
#![deny(warnings)]
4343

44-
#![cfg_attr(not(stage0), allow(bare_trait_object))]
45-
4644
#![feature(box_patterns)]
4745
#![feature(box_syntax)]
4846
#![feature(conservative_impl_trait)]

0 commit comments

Comments
 (0)