You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Expand [`integer_arithmetic`] to also disallow bit-shifting [#5430](https://github.com/rust-lang/rust-clippy/pull/5430)
49
-
*[`opt_as_ref_deref`] now detects more deref cases [#5425](https://github.com/rust-lang/rust-clippy/pull/5425)
49
+
*[`option_as_ref_deref`] now detects more deref cases [#5425](https://github.com/rust-lang/rust-clippy/pull/5425)
50
50
*[`large_enum_variant`] now report the sizes of the largest and second-largest variants [#5466](https://github.com/rust-lang/rust-clippy/pull/5466)
51
51
*[`bool_comparison`] now also checks for inequality comparisons that can be
52
52
written more concisely [#5365](https://github.com/rust-lang/rust-clippy/pull/5365)
@@ -62,7 +62,7 @@ Current beta, release 2020-06-04
@@ -72,12 +72,12 @@ Current beta, release 2020-06-04
72
72
### Suggestion Improvements
73
73
74
74
* Improved [`question_mark`] lint suggestion so that it doesn't add redundant `as_ref()`[#5481](https://github.com/rust-lang/rust-clippy/pull/5481)
75
-
* Improve the suggested placeholder in [`map_unit_fn`][#5292](https://github.com/rust-lang/rust-clippy/pull/5292)
75
+
* Improve the suggested placeholder in [`option_map_unit_fn`][#5292](https://github.com/rust-lang/rust-clippy/pull/5292)
76
76
* Improve suggestion for [`match_single_binding`] when triggered inside a closure [#5350](https://github.com/rust-lang/rust-clippy/pull/5350)
0 commit comments