Deny bare_trait_objects globally

This commit is contained in:
Tatsuyuki Ishi
2018-07-13 14:12:58 +09:00
parent 4f1d4e4db6
commit e098985939
52 changed files with 34 additions and 87 deletions

View File

@@ -20,7 +20,6 @@
#![feature(box_syntax)]
#![feature(custom_attribute)]
#![allow(unused_attributes)]
#![deny(bare_trait_objects)]
#![feature(quote)]
#![feature(rustc_diagnostic_macros)]