Skip to content

Commit 811e303

Browse files
xFrednetflip1995giraffate
committed
Addressed review suggestions
Co-authored-by: Philipp Krones <[email protected]> Co-authored-by: Takayuki Nakata <[email protected]>
1 parent edad94f commit 811e303

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ document.
1010

1111
## Rust 1.55
1212

13-
Current beta, release 2021-09-09
13+
Current beta, released 2021-09-09
1414

1515
[3ae8faf...4c41a22](https://github.com/rust-lang/rust-clippy/compare/3ae8faf...4c41a22)
1616

17+
### Important Changes
18+
19+
* Stabilized `cargo clippy --fix` :tada:
20+
[#7405](https://github.com/rust-lang/rust-clippy/pull/7405)
21+
1722
### New Lints
1823

1924
* [`rc_mutex`]
@@ -72,7 +77,7 @@ Current beta, release 2021-09-09
7277
[#7379](https://github.com/rust-lang/rust-clippy/pull/7379)
7378
* [`redundant_closure`]: Suggests `&mut` for `FnMut`
7479
[#7437](https://github.com/rust-lang/rust-clippy/pull/7437)
75-
* [`disallowed_method`], [`disallowed_type`]: The configuration values `disallowed-method` and `disallowed_type`
80+
* [`disallowed_method`], [`disallowed_type`]: The configuration values `disallowed-method` and `disallowed-type`
7681
no longer require fully qualified paths
7782
[#7345](https://github.com/rust-lang/rust-clippy/pull/7345)
7883
* [`zst_offset`]: Fixed lint invocation after it was accidentally suppressed
@@ -133,11 +138,6 @@ Current beta, release 2021-09-09
133138
* Clippy now uses a lint to generate its documentation
134139
[#7298](https://github.com/rust-lang/rust-clippy/pull/7298)
135140

136-
### Others
137-
138-
* Stabilized `cargo clippy --fix` :tada:
139-
[#7405](https://github.com/rust-lang/rust-clippy/pull/7405)
140-
141141
## Rust 1.54
142142

143143
Current stable, release 2021-07-29

0 commit comments

Comments
 (0)