@@ -46,7 +46,7 @@ Current beta, release 2020-07-16
46
46
47
47
### Enhancements
48
48
49
- * Avoid running cargo/internal lints when not enabled. [ #5505 ] ( https://github.com/rust-lang/rust-clippy/pull/5505 )
49
+ * Avoid running cargo lints when not enabled to improve performance . [ #5505 ] ( https://github.com/rust-lang/rust-clippy/pull/5505 )
50
50
* Extend [ ` useless_conversion ` ] with ` TryFrom ` and ` TryInto ` . [ #5631 ] ( https://github.com/rust-lang/rust-clippy/pull/5631 )
51
51
* Lint also in type parameters and where clauses in [ ` unused_unit ` ] . [ #5592 ] ( https://github.com/rust-lang/rust-clippy/pull/5592 )
52
52
* Do not suggest deriving ` Default ` in [ ` new_without_default ` ] . [ #5616 ] ( https://github.com/rust-lang/rust-clippy/pull/5616 )
@@ -61,7 +61,7 @@ Current beta, release 2020-07-16
61
61
* Don't trigger [ ` borrowed_box ` ] on mutable references. [ #5491 ] ( https://github.com/rust-lang/rust-clippy/pull/5491 )
62
62
* Allow ` 1 << 0 ` in [ ` identity_op ` ] . [ #5602 ] ( https://github.com/rust-lang/rust-clippy/pull/5602 )
63
63
* Allow ` use super::*; ` glob imports in [ ` wildcard_imports ` ] . [ #5564 ] ( https://github.com/rust-lang/rust-clippy/pull/5564 )
64
- * Add ignores to the list of words of [ ` doc_markdown ` ] . [ #5611 ] ( https://github.com/rust-lang/rust-clippy/pull/5611 )
64
+ * Whitelist more words in [ ` doc_markdown ` ] . [ #5611 ] ( https://github.com/rust-lang/rust-clippy/pull/5611 )
65
65
* Skip dev and build deps in [ ` multiple_crate_versions ` ] . [ #5636 ] ( https://github.com/rust-lang/rust-clippy/pull/5636 )
66
66
* Honor ` allow ` attribute on arguments in [ ` ptr_arg ` ] . [ #5647 ] ( https://github.com/rust-lang/rust-clippy/pull/5647 )
67
67
* Honor lint level attributes for [ ` redundant_field_names ` ] , [ ` just_underscores_and_digits ` ] , [ ` many_single_char_names ` ]
@@ -78,7 +78,7 @@ and [`similar_names`]. [#5651](https://github.com/rust-lang/rust-clippy/pull/565
78
78
### ICE Fixes
79
79
80
80
* Fix ICE caused in unwrap module. [ #5590 ] ( https://github.com/rust-lang/rust-clippy/pull/5590 )
81
- * Fix crash on rustc test issue-69020-assoc-const-arith-overflow.rs [ #5499 ] ( https://github.com/rust-lang/rust-clippy/pull/5499 )
81
+ * Fix ICE on rustc test issue-69020-assoc-const-arith-overflow.rs [ #5499 ] ( https://github.com/rust-lang/rust-clippy/pull/5499 )
82
82
83
83
### Documentation
84
84
0 commit comments