Removed #![allow(redundant_closure)] on eq_op

This commit is contained in:
llogiq 2015-08-14 15:00:04 +02:00
parent 99d769c858
commit b6ac44d5b2

View file

@ -1,4 +1,3 @@
#![allow(redundant_closure)] // FIXME (#116)
use rustc::lint::*;
use syntax::ast::*;
use syntax::ast_util as ast_util;