diff --git a/Cargo.toml b/Cargo.toml index be07592ff..d142a7501 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,4 +76,5 @@ semicolon_if_nothing_returned = "deny" unnested_or_patterns = "deny" unreadable_literal = "deny" must_use_candidate = "deny" -range_plus_one = "deny" \ No newline at end of file +range_plus_one = "deny" +redundant_closure_for_method_calls = "deny" \ No newline at end of file