This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments