Skip to content

Commit

Permalink
Changelog: Correct lint level
Browse files Browse the repository at this point in the history
Co-authored-by: Timo <30553356+y21@users.noreply.github.com>
  • Loading branch information
xFrednet and y21 authored Aug 29, 2024
1 parent 9aa23b8 commit cbc6910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Current stable, released 2024-09-05
[rust#120924](https://github.com/rust-lang/rust/pull/120924)
* Renamed `overflow_check_conditional` to [`panicking_overflow_checks`]
[#12944](https://github.com/rust-lang/rust-clippy/pull/12944)
* Moved [`panicking_overflow_checks`] to `correctness` (From `complexity` now warn-by-default)
* Moved [`panicking_overflow_checks`] to `correctness` (From `complexity` now deny-by-default)
[#12944](https://github.com/rust-lang/rust-clippy/pull/12944)
* Renamed `thread_local_initializer_can_be_made_const` to [`missing_const_for_thread_local`]
[#12974](https://github.com/rust-lang/rust-clippy/pull/12974)
Expand Down

0 comments on commit cbc6910

Please sign in to comment.