diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-08-22 17:45:53 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2025-08-22 17:45:53 +0200 |
| commit | 008b8a546a619da3333629b9418fbb4d5b44f6ae (patch) | |
| tree | 7130dc7e42a112f7d502befd1a7415ca9ae51752 | |
| parent | e408b25c42e6e20c3be36d4e814f0d8cf9c17b29 (diff) | |
| download | rust-008b8a546a619da3333629b9418fbb4d5b44f6ae.tar.gz rust-008b8a546a619da3333629b9418fbb4d5b44f6ae.zip | |
Add 1.89 beta-accepted changes to changelog
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bc60b1c57f7..874002237d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ Current stable, released 2025-08-07 * Removed superseded lints: `transmute_float_to_int`, `transmute_int_to_char`, `transmute_int_to_float`, `transmute_num_to_bytes` (now in rustc) [#14703](https://github.com/rust-lang/rust-clippy/pull/14703) +* Move [`uninlined_format_args`] to `pedantic` (from `style`, now allow-by-default) + [#15287](https://github.com/rust-lang/rust-clippy/pull/15287) ### Enhancements @@ -74,6 +76,9 @@ Current stable, released 2025-08-07 [#14719](https://github.com/rust-lang/rust-clippy/pull/14719) * [`unnecessary_to_owned`] fixed FP when map key is a reference [#14834](https://github.com/rust-lang/rust-clippy/pull/14834) +* [`swap_with_temporary`]: fix false positive leading to different semantics + being suggested, and use the right number of dereferences in suggestion + [#15172](https://github.com/rust-lang/rust-clippy/pull/15172) ### ICE Fixes |
