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

@@ -10,6 +10,7 @@
#![deny(rust_2018_idioms)]
#![deny(internal)]
#![deny(unused_lifetimes)]
#![feature(nll)]
#![feature(rustc_private)]