rust/clippy_lints
bors bc2feea519 Auto merge of #13117 - GuillaumeGomez:fix-single_element_loop-suggestion, r=Alexendoo
Fix wrong suggestion for `single_element_loop` where parens were missing

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

changelog: Fix missing parens in `single_element_loop` suggestion
2024-07-18 12:53:59 +00:00
..
src Auto merge of #13117 - GuillaumeGomez:fix-single_element_loop-suggestion, r=Alexendoo 2024-07-18 12:53:59 +00:00
Cargo.toml
README.md

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