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)
51
+
*[`option_as_ref_deref`] now detects more deref cases [#5425](https://github.com/rust-lang/rust-clippy/pull/5425)
52
+
*[`large_enum_variant`] now report the sizes of the largest and second-largest variants [#5466](https://github.com/rust-lang/rust-clippy/pull/5466)
53
+
*[`bool_comparison`] now also checks for inequality comparisons that can be
54
+
written more concisely [#5365](https://github.com/rust-lang/rust-clippy/pull/5365)
55
+
* Expand [`clone_on_copy`] to work in method call arguments as well [#5441](https://github.com/rust-lang/rust-clippy/pull/5441)
56
+
*[`redundant_pattern_matching`] now also handles `while let`[#5483](https://github.com/rust-lang/rust-clippy/pull/5483)
57
+
*[`integer_arithmetic`] now also lints references of integers [#5329](https://github.com/rust-lang/rust-clippy/pull/5329)
58
+
* Expand [`float_cmp_const`] to also work on arrays [#5345](https://github.com/rust-lang/rust-clippy/pull/5345)
59
+
* Trigger [`map_flatten`] when map is called on an `Option`[#5473](https://github.com/rust-lang/rust-clippy/pull/5473)
* Improved [`question_mark`] lint suggestion so that it doesn't add redundant `as_ref()`[#5481](https://github.com/rust-lang/rust-clippy/pull/5481)
77
+
* Improve the suggested placeholder in [`option_map_unit_fn`][#5292](https://github.com/rust-lang/rust-clippy/pull/5292)
78
+
* Improve suggestion for [`match_single_binding`] when triggered inside a closure [#5350](https://github.com/rust-lang/rust-clippy/pull/5350)
79
+
80
+
### ICE Fixes
81
+
82
+
* Handle the unstable `trivial_bounds` feature [#5296](https://github.com/rust-lang/rust-clippy/pull/5296)
0 commit comments