diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2018-02-23 10:04:46 -0800 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-03-02 21:02:37 -0800 |
| commit | 40f218f7035a533c921417c240ebdd5a5de8502d (patch) | |
| tree | 371da2ddf3f19d2d90469bdf5984d54199555325 /src | |
| parent | 3c95814294a5cd81a9656a55bf5191335d024c72 (diff) | |
Remove allow(bare_trait_object) from librustc_mir
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_mir/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_mir/lib.rs b/src/librustc_mir/lib.rs index 9887ac82a2e..8c15d1cf8b0 100644 --- a/src/librustc_mir/lib.rs +++ b/src/librustc_mir/lib.rs @@ -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)] |
