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
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B

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() {