|
1 | 1 | # Change Log
|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 |
|
| 4 | +## 0.0.184 |
| 5 | +* Rustup to *rustc 1.25.0-nightly (90eb44a58 2018-01-29)* |
| 6 | +* New lints: [`double_comparisons`], [`empty_line_after_outer_attr`] |
| 7 | + |
4 | 8 | ## 0.0.183
|
5 | 9 | * Rustup to *rustc 1.25.0-nightly (21882aad7 2018-01-28)*
|
6 | 10 | * New lint: [`misaligned_transmute`]
|
@@ -554,13 +558,15 @@ All notable changes to this project will be documented in this file.
|
554 | 558 | [`derive_hash_xor_eq`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#derive_hash_xor_eq
|
555 | 559 | [`diverging_sub_expression`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#diverging_sub_expression
|
556 | 560 | [`doc_markdown`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#doc_markdown
|
| 561 | +[`double_comparisons`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#double_comparisons |
557 | 562 | [`double_neg`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#double_neg
|
558 | 563 | [`double_parens`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#double_parens
|
559 | 564 | [`drop_copy`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#drop_copy
|
560 | 565 | [`drop_ref`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#drop_ref
|
561 | 566 | [`duplicate_underscore_argument`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#duplicate_underscore_argument
|
562 | 567 | [`else_if_without_else`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#else_if_without_else
|
563 | 568 | [`empty_enum`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#empty_enum
|
| 569 | +[`empty_line_after_outer_attr`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#empty_line_after_outer_attr |
564 | 570 | [`empty_loop`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#empty_loop
|
565 | 571 | [`enum_clike_unportable_variant`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#enum_clike_unportable_variant
|
566 | 572 | [`enum_glob_use`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#enum_glob_use
|
|
0 commit comments