Skip to content

Commit 12a4f4d

Browse files
Add 1.89 beta-accepted changes to changelog (#15534)
https://github.com/rust-lang/rust-clippy/issues?q=state%3Aclosed%20label%3Abeta-accepted Those were missed in the prior backport. The two beta-accepted issues that were not added were done as reverts of the prior changes they fixed. So no reason to add them to the changelog. changelog: none
2 parents b43e625 + 008b8a5 commit 12a4f4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Current stable, released 2025-08-07
3030
* Removed superseded lints: `transmute_float_to_int`, `transmute_int_to_char`,
3131
`transmute_int_to_float`, `transmute_num_to_bytes` (now in rustc)
3232
[#14703](https://github.com/rust-lang/rust-clippy/pull/14703)
33+
* Move [`uninlined_format_args`] to `pedantic` (from `style`, now allow-by-default)
34+
[#15287](https://github.com/rust-lang/rust-clippy/pull/15287)
3335

3436
### Enhancements
3537

@@ -74,6 +76,9 @@ Current stable, released 2025-08-07
7476
[#14719](https://github.com/rust-lang/rust-clippy/pull/14719)
7577
* [`unnecessary_to_owned`] fixed FP when map key is a reference
7678
[#14834](https://github.com/rust-lang/rust-clippy/pull/14834)
79+
* [`swap_with_temporary`]: fix false positive leading to different semantics
80+
being suggested, and use the right number of dereferences in suggestion
81+
[#15172](https://github.com/rust-lang/rust-clippy/pull/15172)
7782

7883
### ICE Fixes
7984

0 commit comments

Comments
 (0)