Allow new lint in ui/eta.rs

This commit is contained in:
Philipp Hansch
2018-04-09 08:33:57 +02:00
parent bcc335fc9c
commit db60c67c5b
+1 -1
View File
@@ -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() {