commit | 267eac653fbcdb85fb3d4b615c9eb20dac9f8a59 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Nov 06 20:30:36 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Nov 06 20:30:40 2018 -0800 |
tree | bc8d417dfe35e39dcbe3009a46917faaf7f09c95 | |
parent | 831ad549f9d0b5137bde66163c67352991c929f5 [diff] [blame] |
Ignore lint about rustfmt::skip We support old compilers on which #[rustfmt::skip] is a parse error.
diff --git a/src/lib.rs b/src/lib.rs index dbbeda2..8875da0 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -246,6 +246,7 @@ block_in_if_condition_stmt, const_static_lifetime, cyclomatic_complexity, + deprecated_cfg_attr, doc_markdown, eval_order_dependence, large_enum_variant,