rust/clippy_lints
Samuel Tardieu 82f8b1ccd0 Do not pretend that return is not significant
A `return` in an expression makes it divergent and cannot be removed
blindly. While this stripping might have been introduced as a way to
catch more cases, it was improperly used, and no tests exhibit a
failure when this special handling is removed.
2025-05-08 16:09:40 +02:00
..
src Do not pretend that return is not significant 2025-05-08 16:09:40 +02:00
Cargo.toml Merge commit '0621446356' into clippy-subtree-update 2025-04-22 18:24:43 +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.