Skip to content

Commit 91f9e8a

Browse files
xFrednety21
andauthored
Apply suggestions from code review <3
Co-authored-by: Timo <[email protected]>
1 parent 7ac1529 commit 91f9e8a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ Current stable, released 2024-05-02
5151
* [`incompatible_msrv`]
5252
[#12160](https://github.com/rust-lang/rust-clippy/pull/12160)
5353

54-
### Moves and Deprecations
55-
56-
* Moved [`mixed_attributes_style`] to `style` (Remains warn-by-default)
57-
[#12572](https://github.com/rust-lang/rust-clippy/pull/12572)
58-
5954
### Enhancements
6055

6156
* [`thread_local_initializer_can_be_made_const`]: Now checks the [`msrv`] configuration
@@ -67,9 +62,9 @@ Current stable, released 2024-05-02
6762

6863
### ICE Fixes
6964

70-
* [`ptr_as_ptr`]: No longer ICEs on types from other crates
65+
* [`ptr_as_ptr`]: No longer ICEs when the cast source is a function call to a local variable
7166
[#12617](https://github.com/rust-lang/rust-clippy/pull/12617)
72-
* [`cast_sign_loss`]: Avoids an infinit loop when casting two changed `.unwrap()` calls
67+
* [`cast_sign_loss`]: Avoids an infinite loop when casting two chained `.unwrap()` calls
7368
[#12508](https://github.com/rust-lang/rust-clippy/pull/12508)
7469

7570
## Rust 1.77

0 commit comments

Comments
 (0)