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
* Renamed Lint: `const_static_lifetime` is now called [`redundant_static_lifetimes`].
26
+
The lint now covers statics in addition to consts [#4162](https://github.com/rust-lang/rust-clippy/pull/4162)
27
+
*[`match_same_arms`] now warns for all identical arms, instead of only the first one [#4102](https://github.com/rust-lang/rust-clippy/pull/4102)
28
+
*[`needless_return`] now works with void functions [#4220](https://github.com/rust-lang/rust-clippy/pull/4220)
29
+
* Fix false positive in [`redundant_closure`][#4190](https://github.com/rust-lang/rust-clippy/pull/4190)
30
+
* Fix false positive in [`useless_attribute`][#4107](https://github.com/rust-lang/rust-clippy/pull/4107)
31
+
* Fix incorrect suggestion for [`float_cmp`][#4214](https://github.com/rust-lang/rust-clippy/pull/4214)
32
+
* Add suggestions for [`print_with_newline`] and [`write_with_newline`][#4136](https://github.com/rust-lang/rust-clippy/pull/4136)
33
+
* Improve suggestions for [`option_map_unwrap_or_else`] and [`result_map_unwrap_or_else`][#4164](https://github.com/rust-lang/rust-clippy/pull/4164)
34
+
* Improve suggestions for [`non_ascii_literal`][#4119](https://github.com/rust-lang/rust-clippy/pull/4119)
35
+
* Improve diagnostics for [`let_and_return`][#4137](https://github.com/rust-lang/rust-clippy/pull/4137)
36
+
* Improve diagnostics for [`trivially_copy_pass_by_ref`][#4071](https://github.com/rust-lang/rust-clippy/pull/4071)
37
+
* Add macro check for [`unreadable_literal`][#4099](https://github.com/rust-lang/rust-clippy/pull/4099)
* New lints: [`find_map`], [`filter_map_next`][#4039](https://github.com/rust-lang/rust-clippy/pull/4039)
17
46
* New lint: [`path_buf_push_overwrite`][#3954](https://github.com/rust-lang/rust-clippy/pull/3954)
18
47
* Move `path_buf_push_overwrite` to the nursery [#4013](https://github.com/rust-lang/rust-clippy/pull/4013)
19
48
* Split [`redundant_closure`] into [`redundant_closure`] and [`redundant_closure_for_method_calls`][#4110](https://github.com/rust-lang/rust-clippy/pull/4101)
20
49
* Allow allowing of [`toplevel_ref_arg`] lint [#4007](https://github.com/rust-lang/rust-clippy/pull/4007)
21
50
* Fix false negative in [`or_fun_call`] pertaining to nested constructors [#4084](https://github.com/rust-lang/rust-clippy/pull/4084)
22
-
*Fixed false positive in [`or_fn_call`] pertaining to enum variant constructors [#4018](https://github.com/rust-lang/rust-clippy/pull/4018)
51
+
*Fix false positive in [`or_fn_call`] pertaining to enum variant constructors [#4018](https://github.com/rust-lang/rust-clippy/pull/4018)
23
52
* Fix false positive in [`useless_let_if_seq`] pertaining to interior mutability [#4035](https://github.com/rust-lang/rust-clippy/pull/4035)
24
53
* Fix false positive in [`redundant_closure`] pertaining to non-function types [#4008](https://github.com/rust-lang/rust-clippy/pull/4008)
25
54
* Fix false positive in [`let_and_return`] pertaining to attributes on `let`s [#4024](https://github.com/rust-lang/rust-clippy/pull/4024)
0 commit comments