Skip to content

Commit 71019aa

Browse files
xFrednetgiraffateAlexendoo
committed
Address review comments <3
Co-authored-by: Takayuki Nakata <[email protected]> Co-authored-by: Alex Macleod <[email protected]>
1 parent 2855a0f commit 71019aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ document.
1010

1111
## Rust 1.66
1212

13-
Current stable, released 2022-11-03
13+
Current stable, released 2022-12-15
1414

1515
[b52fb523...4f142aa1](https://github.com/rust-lang/rust-clippy/compare/b52fb523...4f142aa1)
1616

@@ -110,8 +110,8 @@ Current stable, released 2022-11-03
110110
[#9636](https://github.com/rust-lang/rust-clippy/pull/9636)
111111
* [`uninit_vec`]: No longer lints `Vec::set_len(0)`
112112
[#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)
115115
* [`large_stack_arrays`]: No longer lints inside static items
116116
[#9466](https://github.com/rust-lang/rust-clippy/pull/9466)
117117
* [`ref_option_ref`]: No longer lints if the inner reference is mutable
@@ -171,6 +171,7 @@ Current stable, released 2022-11-03
171171
* [`needless_pass_by_value`]: No longer ICEs on unsized `dyn Fn` arguments
172172
[#9531](https://github.com/rust-lang/rust-clippy/pull/9531)
173173
* `*_interior_mutable_const` lints: no longer ICE on const unions containing `!Freeze` types
174+
[#9539](https://github.com/rust-lang/rust-clippy/pull/9539)
174175

175176
### Others
176177

0 commit comments

Comments
 (0)