mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
6cb30ad581
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.