Skip to content

Commit 40f218f

Browse files
committed
Remove allow(bare_trait_object) from librustc_mir
1 parent 3c95814 commit 40f218f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_mir/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
1515
*/
1616

1717
#![deny(warnings)]
18-
#![cfg_attr(not(stage0), allow(bare_trait_object))]
1918

2019
#![feature(box_patterns)]
2120
#![feature(box_syntax)]

0 commit comments

Comments
 (0)