File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ Current stable, released 2025-08-07
30
30
* Removed superseded lints: ` transmute_float_to_int ` , ` transmute_int_to_char ` ,
31
31
` transmute_int_to_float ` , ` transmute_num_to_bytes ` (now in rustc)
32
32
[ #14703 ] ( https://github.com/rust-lang/rust-clippy/pull/14703 )
33
+ * Move [ ` uninlined_format_args ` ] to ` pedantic ` (from ` style ` , now allow-by-default)
34
+ [ #15287 ] ( https://github.com/rust-lang/rust-clippy/pull/15287 )
33
35
34
36
### Enhancements
35
37
@@ -74,6 +76,9 @@ Current stable, released 2025-08-07
74
76
[ #14719 ] ( https://github.com/rust-lang/rust-clippy/pull/14719 )
75
77
* [ ` unnecessary_to_owned ` ] fixed FP when map key is a reference
76
78
[ #14834 ] ( https://github.com/rust-lang/rust-clippy/pull/14834 )
79
+ * [ ` swap_with_temporary ` ] : fix false positive leading to different semantics
80
+ being suggested, and use the right number of dereferences in suggestion
81
+ [ #15172 ] ( https://github.com/rust-lang/rust-clippy/pull/15172 )
77
82
78
83
### ICE Fixes
79
84
You can’t perform that action at this time.
0 commit comments