rust/clippy_lints
Samuel Tardieu 657ee48bec Ignore instructions following a break from block in never_loop lint
It is not sufficient to ignore break from a block inside the loop.
Instructions after the break must be ignored, as they are unreachable.
This is also true for all instructions in outer blocks and loops
until the right block is reached.
2023-02-14 09:55:44 +01:00
..
2023-01-31 23:31:12 +01:00

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