@@ -16,9 +16,9 @@ Current stable, released 2024-06-13
16
16
17
17
### New Lints
18
18
19
- * Added [ ` legacy_numeric_constants ` ] to
19
+ * Added [ ` legacy_numeric_constants ` ] to ` style `
20
20
[ #12312 ] ( https://github.com/rust-lang/rust-clippy/pull/12312 )
21
- * Added [ ` missing_transmute_annotations ` ] to
21
+ * Added [ ` missing_transmute_annotations ` ] to ` suspicious `
22
22
[ #12239 ] ( https://github.com/rust-lang/rust-clippy/pull/12239 )
23
23
* Added [ ` integer_division_remainder_used ` ] to ` restriction `
24
24
[ #12451 ] ( https://github.com/rust-lang/rust-clippy/pull/12451 )
@@ -37,22 +37,20 @@ Current stable, released 2024-06-13
37
37
[ #12601 ] ( https://github.com/rust-lang/rust-clippy/pull/12601 )
38
38
* Moved [ ` manual_clamp ` ] to ` complexity ` (From ` nursery ` now warn-by-default)
39
39
[ #12543 ] ( https://github.com/rust-lang/rust-clippy/pull/12543 )
40
- * Moved [ ` mixed_attributes_style ` ] to ` style ` (From ` suspicious ` )
41
- [ #12572 ] ( https://github.com/rust-lang/rust-clippy/pull/12572 )
42
40
* Moved [ ` readonly_write_lock ` ] to ` perf ` (From ` nursery ` now warn-by-default)
43
41
[ #12479 ] ( https://github.com/rust-lang/rust-clippy/pull/12479 )
44
42
45
43
### Enhancements
46
44
47
- * [ ` module_name_repetition ` ] : Added the [ ` allowed-prefixes ` ] configuration to allow common prefixes.
45
+ * [ ` module_name_repetitions ` ] : Added the [ ` allowed-prefixes ` ] configuration to allow common prefixes.
48
46
[ #12573 ] ( https://github.com/rust-lang/rust-clippy/pull/12573 )
49
47
* [ ` cast_sign_loss ` ] , [ ` cast_possible_truncation ` ] , [ ` cast_lossless ` ] : Are now allowed in macros
50
48
[ #12631 ] ( https://github.com/rust-lang/rust-clippy/pull/12631 )
51
49
* [ ` manual_clamp ` ] : Now only lints on constant min and max values
52
50
[ #12543 ] ( https://github.com/rust-lang/rust-clippy/pull/12543 )
53
51
* [ ` assigning_clones ` ] : Now considers the [ ` msrv ` ] configuration
54
52
[ #12511 ] ( https://github.com/rust-lang/rust-clippy/pull/12511 )
55
- * [ ` needless_return ` ] , [ ` useless_let_if_seq ` ] , [ ` mut_mut ` ] : [ ` read_zero_byte_vec ` ] , [ ` unused_io_amount ` ] ,
53
+ * [ ` needless_return ` ] , [ ` useless_let_if_seq ` ] , [ ` mut_mut ` ] , [ ` read_zero_byte_vec ` ] , [ ` unused_io_amount ` ] ,
56
54
[ ` unused_peekable ` ] : Now respects ` #[allow] ` attributes on the affected statement instead
57
55
[ #12446 ] ( https://github.com/rust-lang/rust-clippy/pull/12446 )
58
56
@@ -65,8 +63,6 @@ Current stable, released 2024-06-13
65
63
66
64
### ICE Fixes
67
65
68
- * [ ` ptr_as_ptr ` ] : No longer crashes when the result of a function is casted
69
- [ #12617 ] ( https://github.com/rust-lang/rust-clippy/pull/12617 )
70
66
* [ ` needless_return ` ] : No longer crashes on non-ascii characters
71
67
[ #12493 ] ( https://github.com/rust-lang/rust-clippy/pull/12493 )
72
68
0 commit comments