Remove now useless allow(unused_lifetimes) from clippy

This commit is contained in:
Oliver Schneider
2017-04-11 14:46:54 +02:00
parent fae1e646ee
commit 856b1f1242

View File

@@ -11,7 +11,6 @@
#![feature(conservative_impl_trait)]
#![allow(indexing_slicing, shadow_reuse, unknown_lints, missing_docs_in_private_items)]
#![allow(needless_lifetimes)]
extern crate syntax;
extern crate syntax_pos;