Remove allow(bare_trait_object) from librustc

This commit is contained in:
Manish Goregaokar 2018-02-23 09:52:03 -08:00
parent f3cb962f63
commit fb7980d796

View file

@ -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)]