Skip to content

Commit a0e407c

Browse files
committed
Address PR feedback <3
1 parent 466acfa commit a0e407c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

CHANGELOG.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Current stable, released 2024-06-13
1616

1717
### New Lints
1818

19-
* Added [`legacy_numeric_constants`] to
19+
* Added [`legacy_numeric_constants`] to `style`
2020
[#12312](https://github.com/rust-lang/rust-clippy/pull/12312)
21-
* Added [`missing_transmute_annotations`] to
21+
* Added [`missing_transmute_annotations`] to `suspicious`
2222
[#12239](https://github.com/rust-lang/rust-clippy/pull/12239)
2323
* Added [`integer_division_remainder_used`] to `restriction`
2424
[#12451](https://github.com/rust-lang/rust-clippy/pull/12451)
@@ -37,22 +37,20 @@ Current stable, released 2024-06-13
3737
[#12601](https://github.com/rust-lang/rust-clippy/pull/12601)
3838
* Moved [`manual_clamp`] to `complexity` (From `nursery` now warn-by-default)
3939
[#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)
4240
* Moved [`readonly_write_lock`] to `perf` (From `nursery` now warn-by-default)
4341
[#12479](https://github.com/rust-lang/rust-clippy/pull/12479)
4442

4543
### Enhancements
4644

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.
4846
[#12573](https://github.com/rust-lang/rust-clippy/pull/12573)
4947
* [`cast_sign_loss`], [`cast_possible_truncation`], [`cast_lossless`]: Are now allowed in macros
5048
[#12631](https://github.com/rust-lang/rust-clippy/pull/12631)
5149
* [`manual_clamp`]: Now only lints on constant min and max values
5250
[#12543](https://github.com/rust-lang/rust-clippy/pull/12543)
5351
* [`assigning_clones`]: Now considers the [`msrv`] configuration
5452
[#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`],
5654
[`unused_peekable`]: Now respects `#[allow]` attributes on the affected statement instead
5755
[#12446](https://github.com/rust-lang/rust-clippy/pull/12446)
5856

@@ -65,8 +63,6 @@ Current stable, released 2024-06-13
6563

6664
### ICE Fixes
6765

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)
7066
* [`needless_return`]: No longer crashes on non-ascii characters
7167
[#12493](https://github.com/rust-lang/rust-clippy/pull/12493)
7268

0 commit comments

Comments
 (0)