commit | 24b079dc19f566644c87ddd94fb9fe092798c35a | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon Aug 27 08:28:10 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Mon Aug 27 08:28:10 2018 -0700 |
tree | 1d173d252ad33dd80ca6a58931c12df2489dec1f | |
parent | e07e0f7471e4b07b5199c108f98c6844987a46e0 [diff] [blame] |
Ignore some clippy lints in parsing code
diff --git a/src/lib.rs b/src/lib.rs index ceccdc8..f3b13a1 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -265,7 +265,9 @@ feature = "cargo-clippy", allow( const_static_lifetime, + cyclomatic_complexity, doc_markdown, + eval_order_dependence, large_enum_variant, match_bool, redundant_closure,