rust/clippy_config
Samuel Tardieu 82381608c9 Lint more cases in collapsible_if
Replace the use of `Sugg::ast()` which prevented combining `if`
together when they contained comments by span manipulation.

A new configuration option `lint_commented_code`, which is `true` by
default, opts out from this behavior.
2025-03-22 15:12:42 +01:00
..
src Lint more cases in collapsible_if 2025-03-22 15:12:42 +01:00
Cargo.toml Bump Clippy version -> 0.1.87 2025-02-20 15:26:51 +01:00