Skip to content

Commit b81111b

Browse files
committed
Address review comments
1 parent 0afe2db commit b81111b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,9 @@ Current beta, release 2021-02-11
4141

4242
### Enhancements
4343

44-
* You can now tell Clippy about the MSRV your project supports. Please refer to
45-
the specific README section to learn more about MSRV support [here][msrv_readme]
46-
[#6201](https://github.com/rust-lang/rust-clippy/pull/6201)
4744
* Add the `unreadable-literal-lint-fractions` configuration to disable
4845
the `unreadable_literal` lint for fractions
4946
[#6421](https://github.com/rust-lang/rust-clippy/pull/6421)
50-
* Add `--no-deps` option to avoid running on path dependencies in workspaces
51-
[#6188](https://github.com/rust-lang/rust-clippy/pull/6188)
5247
* [`clone_on_copy`]: Now shows the type in the lint message
5348
[#6443](https://github.com/rust-lang/rust-clippy/pull/6443)
5449
* [`redundant_pattern_matching`]: Now also lints on `std::task::Poll`
@@ -88,7 +83,7 @@ Current beta, release 2021-02-11
8883
[#6301](https://github.com/rust-lang/rust-clippy/pull/6301)
8984
* [`needless_update`]: Now ignores `non_exhaustive` structs
9085
[#6464](https://github.com/rust-lang/rust-clippy/pull/6464)
91-
* [`needless_collect `]: No longer lints when a collect is needed multiple times
86+
* [`needless_collect`]: No longer lints when a collect is needed multiple times
9287
[#6313](https://github.com/rust-lang/rust-clippy/pull/6313)
9388
* [`unnecessary_cast`] No longer lints cfg-dependent types
9489
[#6369](https://github.com/rust-lang/rust-clippy/pull/6369)
@@ -105,7 +100,7 @@ Current beta, release 2021-02-11
105100
[#6320](https://github.com/rust-lang/rust-clippy/pull/6320)
106101
* [`unnecessary_lazy_evaluations`]: Don't always mark suggestion as MachineApplicable
107102
[#6272](https://github.com/rust-lang/rust-clippy/pull/6272)
108-
* [`manual_async`]: Improve suggestion formatting
103+
* [`manual_async_fn`]: Improve suggestion formatting
109104
[#6294](https://github.com/rust-lang/rust-clippy/pull/6294)
110105
* [`unnecessary_cast`]: Fix incorrectly formatted float literal suggestion
111106
[#6362](https://github.com/rust-lang/rust-clippy/pull/6362)
@@ -134,6 +129,12 @@ Current beta, release 2021-02-11
134129

135130
### Others
136131

132+
* You can now tell Clippy about the MSRV your project supports. Please refer to
133+
the specific README section to learn more about MSRV support [here][msrv_readme]
134+
[#6201](https://github.com/rust-lang/rust-clippy/pull/6201)
135+
* Add `--no-deps` option to avoid running on path dependencies in workspaces
136+
[#6188](https://github.com/rust-lang/rust-clippy/pull/6188)
137+
137138
## Rust 1.49
138139

139140
Current stable, released 2020-12-31

0 commit comments

Comments
 (0)