mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-13 08:27:14 +00:00
Removed #![allow(redundant_closure)] on eq_op
This commit is contained in:
parent
99d769c858
commit
b6ac44d5b2
1 changed files with 0 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
#![allow(redundant_closure)] // FIXME (#116)
|
||||
use rustc::lint::*;
|
||||
use syntax::ast::*;
|
||||
use syntax::ast_util as ast_util;
|
||||
|
|
Loading…
Reference in a new issue