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
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
You can’t perform that action at this time.
0 commit comments