Skip to content

Commit b0e2e7b

Browse files
committed
Auto merge of #10475 - flip1995:beta-changelog, r=xFrednet
Update changelog for beta-accepted labels Roses are red Violets are blue r? `@xFrednet` is better at this I can't rhyme. #10423 #10265 changelog: none
2 parents 3c06e0b + c34d04a commit b0e2e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ Current stable, released 2023-03-09
152152

153153
* `SYSROOT` and `--sysroot` can now be set at the same time
154154
[#10149](https://github.com/rust-lang/rust-clippy/pull/10149)
155+
* Fix error when providing an `array-size-threshold` in `clippy.toml`
156+
[#10423](https://github.com/rust-lang/rust-clippy/pull/10423)
155157

156158
## Rust 1.67
157159

@@ -186,8 +188,6 @@ Released 2023-01-26
186188

187189
### Moves and Deprecations
188190

189-
* Moved [`uninlined_format_args`] to `style` (Now warn-by-default)
190-
[#9865](https://github.com/rust-lang/rust-clippy/pull/9865)
191191
* Moved [`needless_collect`] to `nursery` (Now allow-by-default)
192192
[#9705](https://github.com/rust-lang/rust-clippy/pull/9705)
193193
* Moved [`or_fun_call`] to `nursery` (Now allow-by-default)
@@ -423,7 +423,7 @@ Released 2022-12-15
423423
[#9490](https://github.com/rust-lang/rust-clippy/pull/9490)
424424
* [`almost_complete_letter_range`]: No longer lints in external macros
425425
[#9467](https://github.com/rust-lang/rust-clippy/pull/9467)
426-
* [`drop_copy`]: No longer lints on idiomatic cases in match arms
426+
* [`drop_copy`]: No longer lints on idiomatic cases in match arms
427427
[#9491](https://github.com/rust-lang/rust-clippy/pull/9491)
428428
* [`question_mark`]: No longer lints in const context
429429
[#9487](https://github.com/rust-lang/rust-clippy/pull/9487)

0 commit comments

Comments
 (0)