@@ -10,10 +10,15 @@ document.
10
10
11
11
## Rust 1.55
12
12
13
- Current beta, release 2021-09-09
13
+ Current beta, released 2021-09-09
14
14
15
15
[ 3ae8faf...4c41a22] ( https://github.com/rust-lang/rust-clippy/compare/3ae8faf...4c41a22 )
16
16
17
+ ### Important Changes
18
+
19
+ * Stabilized ` cargo clippy --fix ` :tada :
20
+ [ #7405 ] ( https://github.com/rust-lang/rust-clippy/pull/7405 )
21
+
17
22
### New Lints
18
23
19
24
* [ ` rc_mutex ` ]
@@ -72,7 +77,7 @@ Current beta, release 2021-09-09
72
77
[ #7379 ] ( https://github.com/rust-lang/rust-clippy/pull/7379 )
73
78
* [ ` redundant_closure ` ] : Suggests ` &mut ` for ` FnMut `
74
79
[ #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 `
76
81
no longer require fully qualified paths
77
82
[ #7345 ] ( https://github.com/rust-lang/rust-clippy/pull/7345 )
78
83
* [ ` zst_offset ` ] : Fixed lint invocation after it was accidentally suppressed
@@ -133,11 +138,6 @@ Current beta, release 2021-09-09
133
138
* Clippy now uses a lint to generate its documentation
134
139
[ #7298 ] ( https://github.com/rust-lang/rust-clippy/pull/7298 )
135
140
136
- ### Others
137
-
138
- * Stabilized ` cargo clippy --fix ` :tada :
139
- [ #7405 ] ( https://github.com/rust-lang/rust-clippy/pull/7405 )
140
-
141
141
## Rust 1.54
142
142
143
143
Current stable, release 2021-07-29
0 commit comments