Skip to content

Commit e276131

Browse files
committed
Update beta changelog
1 parent 60a609a commit e276131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
[1fac380..37f5c1e](https://github.com/rust-lang/rust-clippy/compare/1fac380...37f5c1e)
1111

1212
* New lint: [`drop_bounds`] to detect `T: Drop` bounds
13+
* Split [`redundant_closure`] into [`redundant_closure`] and [`redundant_closure_for_method_calls`] [#4110](https://github.com/rust-lang/rust-clippy/pull/4110)
1314
* Rename `cyclomatic_complexity` to [`cognitive_complexity`], start work on making lint more practical for Rust code
1415
* Move [`get_unwrap`] to the restriction category
1516
* Improve suggestions for [`iter_cloned_collect`]

0 commit comments

Comments
 (0)