Update needless_lifetimes_impl_trait.rs

This commit is contained in:
Oliver Schneider 2018-03-26 07:05:46 +02:00 committed by GitHub
parent 9fb63d5fc4
commit 1aaeb3f16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#![allow(stable_features)]
#![feature(conservative_impl_trait)]
#![deny(needless_lifetimes)]
#![allow(dead_code)]