Add deny(unused_lifetimes) to all the crates that have deny(internal).
This commit is contained in:
parent
4a219685ff
commit
630ec8880c
14 changed files with 14 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#![feature(optin_builtin_traits)]
|
||||
#![deny(rust_2018_idioms)]
|
||||
#![deny(internal)]
|
||||
#![deny(unused_lifetimes)]
|
||||
|
||||
#[allow(unused_extern_crates)]
|
||||
extern crate serialize as rustc_serialize; // used by deriving
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue