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
* Move `{unnnecessary,panicking}_unwrap` out of nursery [#4307](https://github.com/rust-lang/rust-clippy/pull/4307)
28
+
* Extend the `use_self` lint to suggest uses of `Self::Variant`[#4308](https://github.com/rust-lang/rust-clippy/pull/4308)
29
+
* Improve suggestion for needless return [#4262](https://github.com/rust-lang/rust-clippy/pull/4262)
30
+
* Add auto-fixable suggestion for `let_unit`[#4337](https://github.com/rust-lang/rust-clippy/pull/4337)
31
+
* Fix false positive in `pub_enum_variant_names` and `enum_variant_names`[#4345](https://github.com/rust-lang/rust-clippy/pull/4345)
32
+
* Fix false positive in `cast_ptr_alignment`[#4257](https://github.com/rust-lang/rust-clippy/pull/4257)
33
+
* Fix false positive in `string_lit_as_bytes`[#4233](https://github.com/rust-lang/rust-clippy/pull/4233)
34
+
* Fix false positive in `needless_lifetimes`[#4266](https://github.com/rust-lang/rust-clippy/pull/4266)
35
+
* Fix false positive in `float_cmp`[#4275](https://github.com/rust-lang/rust-clippy/pull/4275)
36
+
* Fix false positives in `needless_return`[#4274](https://github.com/rust-lang/rust-clippy/pull/4274)
37
+
* Fix false negative in `match_same_arms`[#4246](https://github.com/rust-lang/rust-clippy/pull/4246)
38
+
* Fix incorrect suggestion for `needless_bool`[#4335](https://github.com/rust-lang/rust-clippy/pull/4335)
39
+
* Improve suggestion for `cast_ptr_alignment`[#4257](https://github.com/rust-lang/rust-clippy/pull/4257)
40
+
* Improve suggestion for `single_char_literal`[#4361](https://github.com/rust-lang/rust-clippy/pull/4361)
41
+
* Improve suggestion for `len_zero`[#4314](https://github.com/rust-lang/rust-clippy/pull/4314)
42
+
* Fix ICE in `implicit_hasher`[#4268](https://github.com/rust-lang/rust-clippy/pull/4268)
43
+
* Fix allow bug in `trivially_copy_pass_by_ref`[#4250](https://github.com/rust-lang/rust-clippy/pull/4250)
0 commit comments