@@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
See [ Changelog Update] ( book/src/development/infrastructure/changelog_update.md ) if you want to update this
5
5
document.
6
6
7
- ## Unreleased / Beta / In Rust Nightly
7
+ ## Unreleased / In Rust Nightly
8
8
9
9
[ d822110d...master] ( https://github.com/rust-lang/rust-clippy/compare/d822110d...master )
10
10
11
11
## Rust 1.67
12
12
13
- Current stable , released 2023-01-26
13
+ Current beta , released 2023-01-26
14
14
15
15
[ 4f142aa1...d822110d] ( https://github.com/rust-lang/rust-clippy/compare/4f142aa1...d822110d )
16
16
@@ -53,8 +53,6 @@ Current stable, released 2023-01-26
53
53
[ #9697 ] ( https://github.com/rust-lang/rust-clippy/pull/9697 )
54
54
* Moved [ ` bool_to_int_with_if ` ] to ` pedantic ` (Now allow-by-default)
55
55
[ #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 )
58
56
* Move ` index_refutable_slice ` to ` pedantic ` (Now warn-by-default)
59
57
[ #9975 ] ( https://github.com/rust-lang/rust-clippy/pull/9975 )
60
58
* Moved [ ` manual_clamp ` ] to ` nursery ` (Now allow-by-default)
@@ -156,6 +154,8 @@ Current stable, released 2023-01-26
156
154
[ #9791 ] ( https://github.com/rust-lang/rust-clippy/pull/9791 )
157
155
* [ ` needless_borrow ` ] : No longer lints borrows, if moves were illegal
158
156
[ #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 )
159
159
160
160
### Suggestion Fixes/Improvements
161
161
@@ -203,7 +203,7 @@ Current stable, released 2023-01-26
203
203
204
204
## Rust 1.66
205
205
206
- Released 2022-12-15
206
+ Current stable, released 2022-12-15
207
207
208
208
[ b52fb523...4f142aa1] ( https://github.com/rust-lang/rust-clippy/compare/b52fb523...4f142aa1 )
209
209
0 commit comments