mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
25509e7135
Currently, the CI pipeline triggers `Lintcheck` for all PRs. However, this check takes significant amount of time and seems unnecessary for some certain directories that are frequently updated. r? flip1995 changelog: none