rust/clippy_lints
bors da882f0a5a Auto merge of #11455 - digama0:never_loop3, r=Centri3,dswij
skip `todo!()` in  `never_loop`

As promised in #11450, here is an implementation which skips occurrences of the `todo!()` macro.

changelog: [`never_loop`]: skip loops containing `todo!()`
2023-09-04 05:51:47 +00:00
..
src Auto merge of #11455 - digama0:never_loop3, r=Centri3,dswij 2023-09-04 05:51:47 +00:00
Cargo.toml Bump Clippy version -> 0.1.74 2023-08-24 21:06:31 +02:00
README.md

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