Skip to content

Commit 856b1f1

Browse files
committed
Remove now useless allow(unused_lifetimes) from clippy
1 parent fae1e64 commit 856b1f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#![feature(conservative_impl_trait)]
1212

1313
#![allow(indexing_slicing, shadow_reuse, unknown_lints, missing_docs_in_private_items)]
14-
#![allow(needless_lifetimes)]
1514

1615
extern crate syntax;
1716
extern crate syntax_pos;

0 commit comments

Comments
 (0)