rust/clippy_lints
bors 05f3793392 Auto merge of #13534 - GnomedDev:fix-large-stack-arrays-nested-item, r=flip1995
Fix large_stack_arrays triggering when nesting const items

Fixes #13529.

r? `@flip1995`

changelog: [`large_stack_arrays`]: No longer triggers in static/const context when using nested items
2024-10-11 09:04:46 +00:00
..
src Auto merge of #13534 - GnomedDev:fix-large-stack-arrays-nested-item, r=flip1995 2024-10-11 09:04:46 +00:00
Cargo.toml Merge commit '7901289135' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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