rust-clippy/clippy_lints
bors b437069f59 Auto merge of #11603 - koka831:fix/11599, r=y21
Fix: avoid changing drop order

Fixes https://github.com/rust-lang/rust-clippy/issues/11599

changelog: [`redundant_locals`] No longer lints which implements Drop trait to avoid reordering
2023-10-03 15:49:28 +00:00
..
src Auto merge of #11603 - koka831:fix/11599, r=y21 2023-10-03 15:49:28 +00:00
Cargo.toml Test that each config value exists in a test clippy.toml 2023-09-25 12:38:23 +00: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.