mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 06:45:32 +00:00
Don't emit `too_many_lines` for closures changelog: don't emit the [`too_many_lines`] lint inside closures to avoir duplicated diagnostics. Fixes #7517.