1
Fork 0

Add deny(unused_lifetimes) to all the crates that have deny(internal).

This commit is contained in:
Eduard-Mihai Burtescu 2019-06-11 12:50:47 +03:00
parent 4a219685ff
commit 630ec8880c
14 changed files with 14 additions and 0 deletions

View file

@ -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