@@ -14,6 +14,11 @@ Current beta, release 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,14 +138,9 @@ 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
143- Current stable, release 2021-07-29
143+ Current stable, released 2021-07-29
144144
145145[ 7c7683c...3ae8faf] ( https://github.com/rust-lang/rust-clippy/compare/7c7683c...3ae8faf )
146146
0 commit comments