@@ -14,14 +14,6 @@ Current stable, released 2024-05-02
14
14
15
15
[ 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 )
16
16
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
-
25
17
### New Lints
26
18
27
19
* [ ` assigning_clones ` ]
@@ -51,11 +43,6 @@ Current stable, released 2024-05-02
51
43
* [ ` incompatible_msrv ` ]
52
44
[ #12160 ] ( https://github.com/rust-lang/rust-clippy/pull/12160 )
53
45
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
-
59
46
### Enhancements
60
47
61
48
* [ ` thread_local_initializer_can_be_made_const ` ] : Now checks the [ ` msrv ` ] configuration
@@ -67,9 +54,9 @@ Current stable, released 2024-05-02
67
54
68
55
### ICE Fixes
69
56
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
71
58
[ #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
73
60
[ #12508 ] ( https://github.com/rust-lang/rust-clippy/pull/12508 )
74
61
75
62
## Rust 1.77
0 commit comments