Deny bare trait objects in the rest of rust
This commit is contained in:
parent
c946c2539e
commit
5058af7003
26 changed files with 43 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
//!
|
||||
//! 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/")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue