commit | aba1ed1d38aaf08c6b9793a583bc9470624704ac | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Nov 10 14:26:40 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Nov 10 14:26:48 2018 -0800 |
tree | 16db2b7de1bfc6cfbc4833d7e60f2645a353b663 | |
parent | 4ac734fd2c7f105986149a2310519df7c1aa922d [diff] [blame] |
Ignore too_many_arguments lint
diff --git a/src/lib.rs b/src/lib.rs index b0cede7..e7d88a0 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -251,10 +251,11 @@ eval_order_dependence, large_enum_variant, match_bool, + needless_pass_by_value, never_loop, redundant_closure, - needless_pass_by_value, redundant_field_names, + too_many_arguments, trivially_copy_pass_by_ref, ) )]