@@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file.
44See [ Changelog Update] ( book/src/development/infrastructure/changelog_update.md ) if you want to update this
55document.
66
7- ## Unreleased / Beta / In Rust Nightly
7+ ## Unreleased / In Rust Nightly
88
99[ d822110d...master] ( https://github.com/rust-lang/rust-clippy/compare/d822110d...master )
1010
1111## Rust 1.67
1212
13- Current stable , released 2023-01-26
13+ Current beta , released 2023-01-26
1414
1515[ 4f142aa1...d822110d] ( https://github.com/rust-lang/rust-clippy/compare/4f142aa1...d822110d )
1616
@@ -53,8 +53,6 @@ Current stable, released 2023-01-26
5353 [ #9697 ] ( https://github.com/rust-lang/rust-clippy/pull/9697 )
5454* Moved [ ` bool_to_int_with_if ` ] to ` pedantic ` (Now allow-by-default)
5555 [ #9830 ] ( https://github.com/rust-lang/rust-clippy/pull/9830 )
56- * [ ` manual_swap ` ] : No longer lints in const context
57- [ #9871 ] ( https://github.com/rust-lang/rust-clippy/pull/9871 )
5856* Move ` index_refutable_slice ` to ` pedantic ` (Now warn-by-default)
5957 [ #9975 ] ( https://github.com/rust-lang/rust-clippy/pull/9975 )
6058* Moved [ ` manual_clamp ` ] to ` nursery ` (Now allow-by-default)
@@ -156,6 +154,8 @@ Current stable, released 2023-01-26
156154 [ #9791 ] ( https://github.com/rust-lang/rust-clippy/pull/9791 )
157155* [ ` needless_borrow ` ] : No longer lints borrows, if moves were illegal
158156 [ #9711 ] ( https://github.com/rust-lang/rust-clippy/pull/9711 )
157+ * [ ` manual_swap ` ] : No longer lints in const context
158+ [ #9871 ] ( https://github.com/rust-lang/rust-clippy/pull/9871 )
159159
160160### Suggestion Fixes/Improvements
161161
@@ -203,7 +203,7 @@ Current stable, released 2023-01-26
203203
204204## Rust 1.66
205205
206- Released 2022-12-15
206+ Current stable, released 2022-12-15
207207
208208[ b52fb523...4f142aa1] ( https://github.com/rust-lang/rust-clippy/compare/b52fb523...4f142aa1 )
209209
0 commit comments