File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,6 @@ Current stable, released 2024-05-02
51
51
* [ ` incompatible_msrv ` ]
52
52
[ #12160 ] ( https://github.com/rust-lang/rust-clippy/pull/12160 )
53
53
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
54
### Enhancements
60
55
61
56
* [ ` thread_local_initializer_can_be_made_const ` ] : Now checks the [ ` msrv ` ] configuration
@@ -67,9 +62,9 @@ Current stable, released 2024-05-02
67
62
68
63
### ICE Fixes
69
64
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
71
66
[ #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
73
68
[ #12508 ] ( https://github.com/rust-lang/rust-clippy/pull/12508 )
74
69
75
70
## Rust 1.77
You can’t perform that action at this time.
0 commit comments