@@ -46,7 +46,7 @@ Current beta, release 2020-07-16
4646
4747### Enhancements
4848
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 )
5050* Extend [ ` useless_conversion ` ] with ` TryFrom ` and ` TryInto ` . [ #5631 ] ( https://github.com/rust-lang/rust-clippy/pull/5631 )
5151* Lint also in type parameters and where clauses in [ ` unused_unit ` ] . [ #5592 ] ( https://github.com/rust-lang/rust-clippy/pull/5592 )
5252* 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
6161* Don't trigger [ ` borrowed_box ` ] on mutable references. [ #5491 ] ( https://github.com/rust-lang/rust-clippy/pull/5491 )
6262* Allow ` 1 << 0 ` in [ ` identity_op ` ] . [ #5602 ] ( https://github.com/rust-lang/rust-clippy/pull/5602 )
6363* 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 )
6565* Skip dev and build deps in [ ` multiple_crate_versions ` ] . [ #5636 ] ( https://github.com/rust-lang/rust-clippy/pull/5636 )
6666* Honor ` allow ` attribute on arguments in [ ` ptr_arg ` ] . [ #5647 ] ( https://github.com/rust-lang/rust-clippy/pull/5647 )
6767* 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
7878### ICE Fixes
7979
8080* 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 )
8282
8383### Documentation
8484
0 commit comments