rust/clippy_lints
Samuel Tardieu a5b3c445da
Consider labels of inline asm as conditionally executed
Since an `asm!()` statement is mostly unknown, as we do not know what it
does, consider all labels' `break` as being conditionally executed only.
2025-10-27 15:05:48 +01:00
..
src Consider labels of inline asm as conditionally executed 2025-10-27 15:05:48 +01:00
Cargo.toml Merge commit '2dc84cb744' into clippy-subtree-update 2025-10-06 18:10:37 +02: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.