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 `redundant_clone` to perf group [#4509](https://github.com/rust-lang/rust-clippy/pull/4509)
39
+
* Move `manual_mul_add` to nursery group [#4736](https://github.com/rust-lang/rust-clippy/pull/4736)
40
+
* Expand `unit_cmp` to also work with `assert_eq!`, `debug_assert_eq!`, `assert_ne!` and `debug_assert_ne!`[#4613](https://github.com/rust-lang/rust-clippy/pull/4613)
41
+
* Expand `integer_arithmetic` to also detect mutating arithmetic like `+=`[#4585](https://github.com/rust-lang/rust-clippy/pull/4585)
42
+
* Fix false positive in `nonminimal_bool`[#4568](https://github.com/rust-lang/rust-clippy/pull/4568)
43
+
* Fix false positive in `missing_safety_doc`[#4611](https://github.com/rust-lang/rust-clippy/pull/4611)
44
+
* Fix false positive in `cast_sign_loss`[#4614](https://github.com/rust-lang/rust-clippy/pull/4614)
45
+
* Fix false positive in `redundant_clone`[#4509](https://github.com/rust-lang/rust-clippy/pull/4509)
46
+
* Fix false positive in `try_err`[#4721](https://github.com/rust-lang/rust-clippy/pull/4721)
47
+
* Fix false positive in `toplevel_ref_arg`[#4570](https://github.com/rust-lang/rust-clippy/pull/4570)
48
+
* Fix false positive in `multiple_inherent_impl`[#4593](https://github.com/rust-lang/rust-clippy/pull/4593)
49
+
* Improve more suggestions and tests in preparation for the unstable `cargo fix --clippy`[#4575](https://github.com/rust-lang/rust-clippy/pull/4575)
50
+
* Improve suggestion for `zero_ptr`[#4599](https://github.com/rust-lang/rust-clippy/pull/4599)
51
+
* Improve suggestion for `explicit_counter_loop`[#4691](https://github.com/rust-lang/rust-clippy/pull/4691)
52
+
* Improve suggestion for `mul_add`[#4602](https://github.com/rust-lang/rust-clippy/pull/4602)
53
+
* Improve suggestion for `assertions_on_constants`[#4635](https://github.com/rust-lang/rust-clippy/pull/4635)
54
+
* Fix ICE in `use_self`[#4671](https://github.com/rust-lang/rust-clippy/pull/4671)
55
+
* Fix ICE when encountering const casts [#4590](https://github.com/rust-lang/rust-clippy/pull/4590)
* Deprecate `unused_collect` lint. This is fully covered by rustc's `#[must_use]` on `collect`[#4348](https://github.com/rust-lang/rust-clippy/pull/4348)
72
+
* Move `type_repetition_in_bounds` to pedantic group [#4403](https://github.com/rust-lang/rust-clippy/pull/4403)
73
+
* Move `cast_lossless` to pedantic group [#4539](https://github.com/rust-lang/rust-clippy/pull/4539)
74
+
*`temporary_cstring_as_ptr` now catches more cases [#4425](https://github.com/rust-lang/rust-clippy/pull/4425)
75
+
*`use_self` now works in constructors, too [#4525](https://github.com/rust-lang/rust-clippy/pull/4525)
76
+
*`cargo_common_metadata` now checks for license files [#4518](https://github.com/rust-lang/rust-clippy/pull/4518)
77
+
*`cognitive_complexity` now includes the measured complexity in the warning message [#4469](https://github.com/rust-lang/rust-clippy/pull/4469)
78
+
* Fix false positives in `block_in_if_*` lints [#4458](https://github.com/rust-lang/rust-clippy/pull/4458)
79
+
* Fix false positive in `cast_lossless`[#4473](https://github.com/rust-lang/rust-clippy/pull/4473)
80
+
* Fix false positive in `clone_on_copy`[#4411](https://github.com/rust-lang/rust-clippy/pull/4411)
81
+
* Fix false positive in `deref_addrof`[#4487](https://github.com/rust-lang/rust-clippy/pull/4487)
82
+
* Fix false positive in `too_many_lines`[#4490](https://github.com/rust-lang/rust-clippy/pull/4490)
83
+
* Fix false positive in `new_ret_no_self`[#4365](https://github.com/rust-lang/rust-clippy/pull/4365)
84
+
* Fix false positive in `manual_swap`[#4478](https://github.com/rust-lang/rust-clippy/pull/4478)
85
+
* Fix false positive in `missing_const_for_fn`[#4450](https://github.com/rust-lang/rust-clippy/pull/4450)
86
+
* Fix false positive in `extra_unused_lifetimes`[#4477](https://github.com/rust-lang/rust-clippy/pull/4477)
87
+
* Fix false positive in `inherent_to_string`[#4460](https://github.com/rust-lang/rust-clippy/pull/4460)
88
+
* Fix false positive in `map_entry`[#4495](https://github.com/rust-lang/rust-clippy/pull/4495)
89
+
* Fix false positive in `unused_unit`[#4445](https://github.com/rust-lang/rust-clippy/pull/4445)
90
+
* Fix false positive in `redundant_pattern`[#4489](https://github.com/rust-lang/rust-clippy/pull/4489)
91
+
* Fix false positive in `wrong_self_convention`[#4369](https://github.com/rust-lang/rust-clippy/pull/4369)
92
+
* Improve various suggestions and tests in preparation for the unstable `cargo fix --clippy`[#4558](https://github.com/rust-lang/rust-clippy/pull/4558)
93
+
* Improve suggestions for `redundant_pattern_matching`[#4352](https://github.com/rust-lang/rust-clippy/pull/4352)
94
+
* Improve suggestions for `explicit_write`[#4544](https://github.com/rust-lang/rust-clippy/pull/4544)
95
+
* Improve suggestion for `or_fun_call`[#4522](https://github.com/rust-lang/rust-clippy/pull/4522)
96
+
* Improve suggestion for `match_as_ref`[#4446](https://github.com/rust-lang/rust-clippy/pull/4446)
97
+
* Improve suggestion for `unnecessary_fold_span`[#4382](https://github.com/rust-lang/rust-clippy/pull/4382)
98
+
* Add suggestions for `unseparated_literal_suffix`[#4401](https://github.com/rust-lang/rust-clippy/pull/4401)
99
+
* Add suggestions for `char_lit_as_u8`[#4418](https://github.com/rust-lang/rust-clippy/pull/4418)
0 commit comments