Remove allow(bare_trait_object) from librustc_mir

This commit is contained in:
Manish Goregaokar 2018-02-23 10:04:46 -08:00
parent 3c95814294
commit 40f218f703

View File

@ -15,7 +15,6 @@
*/
#![deny(warnings)]
#![cfg_attr(not(stage0), allow(bare_trait_object))]
#![feature(box_patterns)]
#![feature(box_syntax)]