commit | 5f929c75ce086a9e1ef455660cd83b8f23fb3779 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Fri Jun 21 10:33:12 2019 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Fri Jun 21 10:33:12 2019 -0700 |
tree | 9f6623ab49dc7401b05bf7b7df508580c8e2c761 | |
parent | 2cf48740ca43812b8284a58b903b509c23c4e56f [diff] [blame] |
Clippy const_static_lifetime lint has been renamed
diff --git a/src/lib.rs b/src/lib.rs index 6962730..d2f9478 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -245,7 +245,6 @@ allow( block_in_if_condition_stmt, cognitive_complexity, - const_static_lifetime, deprecated_cfg_attr, doc_markdown, eval_order_dependence, @@ -253,6 +252,7 @@ needless_pass_by_value, never_loop, redundant_field_names, + redundant_static_lifetimes, too_many_arguments, ) )]