Remove allow(bare_trait_object) from librustc_mir
This commit is contained in:
parent
3c95814294
commit
40f218f703
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
|
|||
*/
|
||||
|
||||
#![deny(warnings)]
|
||||
#![cfg_attr(not(stage0), allow(bare_trait_object))]
|
||||
|
||||
#![feature(box_patterns)]
|
||||
#![feature(box_syntax)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue