Allow new lint in ui/eta.rs
This commit is contained in:
parent
bcc335fc9c
commit
db60c67c5b
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue