diff options
| author | bors <bors@rust-lang.org> | 2023-03-10 11:12:30 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-03-10 11:12:30 +0000 |
| commit | b0e2e7bdb4d7441fc8fd4f56795377ab85c82252 (patch) | |
| tree | ebd0c78a4c6f22972726eabd88e1634c7fe4f448 | |
| parent | 3c06e0b1ce003912f8fe0536d3a7fe22558e38cf (diff) | |
| parent | c34d04a3ddce97a32c2024eb7cd1136e9d7fec95 (diff) | |
| download | rust-b0e2e7bdb4d7441fc8fd4f56795377ab85c82252.tar.gz rust-b0e2e7bdb4d7441fc8fd4f56795377ab85c82252.zip | |
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. https://github.com/rust-lang/rust-clippy/pull/10423 https://github.com/rust-lang/rust-clippy/pull/10265 changelog: none
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abe234fc8f..da7042f4440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -152,6 +152,8 @@ Current stable, released 2023-03-09 * `SYSROOT` and `--sysroot` can now be set at the same time [#10149](https://github.com/rust-lang/rust-clippy/pull/10149) +* Fix error when providing an `array-size-threshold` in `clippy.toml` + [#10423](https://github.com/rust-lang/rust-clippy/pull/10423) ## Rust 1.67 @@ -186,8 +188,6 @@ Released 2023-01-26 ### Moves and Deprecations -* Moved [`uninlined_format_args`] to `style` (Now warn-by-default) - [#9865](https://github.com/rust-lang/rust-clippy/pull/9865) * Moved [`needless_collect`] to `nursery` (Now allow-by-default) [#9705](https://github.com/rust-lang/rust-clippy/pull/9705) * Moved [`or_fun_call`] to `nursery` (Now allow-by-default) @@ -423,7 +423,7 @@ Released 2022-12-15 [#9490](https://github.com/rust-lang/rust-clippy/pull/9490) * [`almost_complete_letter_range`]: No longer lints in external macros [#9467](https://github.com/rust-lang/rust-clippy/pull/9467) -* [`drop_copy`]: No longer lints on idiomatic cases in match arms +* [`drop_copy`]: No longer lints on idiomatic cases in match arms [#9491](https://github.com/rust-lang/rust-clippy/pull/9491) * [`question_mark`]: No longer lints in const context [#9487](https://github.com/rust-lang/rust-clippy/pull/9487) |
