File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ document.
10
10
11
11
## Rust 1.66
12
12
13
- Current stable, released 2022-11-03
13
+ Current stable, released 2022-12-15
14
14
15
15
[ b52fb523...4f142aa1] ( https://github.com/rust-lang/rust-clippy/compare/b52fb523...4f142aa1 )
16
16
@@ -110,8 +110,8 @@ Current stable, released 2022-11-03
110
110
[ #9636 ] ( https://github.com/rust-lang/rust-clippy/pull/9636 )
111
111
* [ ` uninit_vec ` ] : No longer lints ` Vec::set_len(0) `
112
112
[ #9519 ] ( https://github.com/rust-lang/rust-clippy/pull/9519 )
113
- * [ ` arithmetic_side_effects ` ] : Now ignores references
114
- [ 9507] ( https://github.com/rust-lang/rust-clippy/pull/9507 )
113
+ * [ ` arithmetic_side_effects ` ] : Now ignores references to integer types
114
+ [ # 9507 ] ( https://github.com/rust-lang/rust-clippy/pull/9507 )
115
115
* [ ` large_stack_arrays ` ] : No longer lints inside static items
116
116
[ #9466 ] ( https://github.com/rust-lang/rust-clippy/pull/9466 )
117
117
* [ ` ref_option_ref ` ] : No longer lints if the inner reference is mutable
@@ -171,6 +171,7 @@ Current stable, released 2022-11-03
171
171
* [ ` needless_pass_by_value ` ] : No longer ICEs on unsized ` dyn Fn ` arguments
172
172
[ #9531 ] ( https://github.com/rust-lang/rust-clippy/pull/9531 )
173
173
* ` *_interior_mutable_const ` lints: no longer ICE on const unions containing ` !Freeze ` types
174
+ [ #9539 ] ( https://github.com/rust-lang/rust-clippy/pull/9539 )
174
175
175
176
### Others
176
177
You can’t perform that action at this time.
0 commit comments