rust/clippy_lints
bors a5995279fb Auto merge of #9837 - DesmondWillowbrook:never_loop, r=dswij
fix never_loop false positive

fixes #9831

changelog: [`never_loop`]: fixed false positive on unconditional break in internal labeled block
2022-11-13 15:44:14 +00:00
..
src Auto merge of #9837 - DesmondWillowbrook:never_loop, r=dswij 2022-11-13 15:44:14 +00:00
Cargo.toml Generate lint categories and explanations with declare_clippy_lint 2022-10-23 20:32:26 +00:00
foo.txt Bless all let_underscore tests 2022-11-04 21:21:55 -07:00
README.md

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