@@ -41,14 +41,9 @@ Current beta, release 2021-02-11
41
41
42
42
### Enhancements
43
43
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 )
47
44
* Add the ` unreadable-literal-lint-fractions ` configuration to disable
48
45
the ` unreadable_literal ` lint for fractions
49
46
[ #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 )
52
47
* [ ` clone_on_copy ` ] : Now shows the type in the lint message
53
48
[ #6443 ] ( https://github.com/rust-lang/rust-clippy/pull/6443 )
54
49
* [ ` redundant_pattern_matching ` ] : Now also lints on ` std::task::Poll `
@@ -88,7 +83,7 @@ Current beta, release 2021-02-11
88
83
[ #6301 ] ( https://github.com/rust-lang/rust-clippy/pull/6301 )
89
84
* [ ` needless_update ` ] : Now ignores ` non_exhaustive ` structs
90
85
[ #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
92
87
[ #6313 ] ( https://github.com/rust-lang/rust-clippy/pull/6313 )
93
88
* [ ` unnecessary_cast ` ] No longer lints cfg-dependent types
94
89
[ #6369 ] ( https://github.com/rust-lang/rust-clippy/pull/6369 )
@@ -105,7 +100,7 @@ Current beta, release 2021-02-11
105
100
[ #6320 ] ( https://github.com/rust-lang/rust-clippy/pull/6320 )
106
101
* [ ` unnecessary_lazy_evaluations ` ] : Don't always mark suggestion as MachineApplicable
107
102
[ #6272 ] ( https://github.com/rust-lang/rust-clippy/pull/6272 )
108
- * [ ` manual_async ` ] : Improve suggestion formatting
103
+ * [ ` manual_async_fn ` ] : Improve suggestion formatting
109
104
[ #6294 ] ( https://github.com/rust-lang/rust-clippy/pull/6294 )
110
105
* [ ` unnecessary_cast ` ] : Fix incorrectly formatted float literal suggestion
111
106
[ #6362 ] ( https://github.com/rust-lang/rust-clippy/pull/6362 )
@@ -134,6 +129,12 @@ Current beta, release 2021-02-11
134
129
135
130
### Others
136
131
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
+
137
138
## Rust 1.49
138
139
139
140
Current stable, released 2020-12-31
0 commit comments