Skip to content

Commit 5c23f13

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

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ Current stable, released 2024-05-02
1414

1515
[View all 112 merged pull requests](https://github.com/rust-lang/rust-clippy/pulls?q=merged%3A2024-01-26T05%3A46%3A23Z..2024-03-07T16%3A25%3A52Z+base%3Amaster)
1616

17-
### Important Changes
18-
19-
* In a few versions, `cargo-clippy` will now no longer ignore the first argument.
20-
Passing in `clippy` as the first argument like cargo does will continue to work.
21-
However, arguments like `--fix` will soon issue a warning and will no longer be.
22-
`cargo clippy` (without `-`!) is unaffected by this change.
23-
[#9461](https://github.com/rust-lang/rust-clippy/pull/9461)
24-
2517
### New Lints
2618

2719
* [`assigning_clones`]
@@ -51,11 +43,6 @@ Current stable, released 2024-05-02
5143
* [`incompatible_msrv`]
5244
[#12160](https://github.com/rust-lang/rust-clippy/pull/12160)
5345

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-
5946
### Enhancements
6047

6148
* [`thread_local_initializer_can_be_made_const`]: Now checks the [`msrv`] configuration
@@ -67,9 +54,9 @@ Current stable, released 2024-05-02
6754

6855
### ICE Fixes
6956

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

7562
## Rust 1.77

0 commit comments

Comments
 (0)