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

@ -14,8 +14,6 @@
//!
//! This API is completely unstable and subject to change.
#![deny(bare_trait_objects)]
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
html_root_url = "https://doc.rust-lang.org/nightly/")]