From db60c67c5be3b7f2ceb24ba96c4eecb5015ec09b Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Mon, 9 Apr 2018 08:33:57 +0200 Subject: [PATCH] Allow new lint in ui/eta.rs --- tests/ui/eta.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/eta.rs b/tests/ui/eta.rs index e6fad3bb777d..be84f44bfb10 100644 --- a/tests/ui/eta.rs +++ b/tests/ui/eta.rs @@ -1,6 +1,6 @@ -#![allow(unknown_lints, unused, no_effect, redundant_closure_call, many_single_char_names, needless_pass_by_value)] +#![allow(unknown_lints, unused, no_effect, redundant_closure_call, many_single_char_names, needless_pass_by_value, option_map_unit_fn)] #![warn(redundant_closure, needless_borrow)] fn main() {