rust/clippy_lints
bors ec2f2d5e47 Auto merge of #10806 - y21:issue10741, r=giraffate
[`large_stack_arrays`]: check array initializer expressions

Fixes #10741.
Prior to this PR, the lint only checked array repeat expressions (ie. `[T; n]`). Now it also checks array initializer expressions.

changelog: [`large_stack_arrays`]: check array initializer expressions
2023-05-23 00:14:01 +00:00
..
src Auto merge of #10806 - y21:issue10741, r=giraffate 2023-05-23 00:14:01 +00:00
Cargo.toml Auto merge of #10682 - J-ZhengLi:issue10680, r=dswij 2023-05-18 01:46:01 +00:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.