commit | 4831ac68922638c1de196aeb2b7eeaaa7c96c42c | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Aug 30 21:04:16 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Aug 30 21:04:16 2018 -0700 |
tree | 5bb094da6aa556555bfda003df8f273b4df74357 | |
parent | 59ffad9d7ac62265d842d3818c555276fbc05534 [diff] [blame] |
Ignore block_in_if_condition_stmt lint
diff --git a/src/lib.rs b/src/lib.rs index e175677..59bc773 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -264,6 +264,7 @@ #![cfg_attr( feature = "cargo-clippy", allow( + block_in_if_condition_stmt, const_static_lifetime, cyclomatic_complexity, doc_markdown,