mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
[`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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |