Files
rust/clippy_lints
Samuel Tardieu 1ecc9d7e04 Fix ICE in match_same_arms
The wrong `TypeckResults` was used in the fallback equality function
passed by the `match_same_arms` and `filter_map` lints. Previously,
those fallback functions had no way of using the proper `TypeckResults`.
Those (one per expression being compared) are now passed to the
registered fallback function.
2026-03-07 20:13:56 +01:00
..
2026-03-07 20:13:56 +01:00
2026-03-05 16:59:28 +01:00

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