mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-22 21:11:20 +00:00

Only look for complete suffixes or prefixes of irrefutable let patterns, so that an irrefutable let pattern in a chain surrounded by refutable ones is not linted, as it is an useful pattern.