mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
4ff5a3655f
This commit partly undoes #104863, which combined the builtin lints pass with other lints. This caused a slowdown, because often there are no other lints, and it's faster to do a pass with a single lint directly than it is to do a combined pass with a `passes` vector containing a single lint.