| commit | 1bbcf9d1075da7c88addb61b13cf30b329e60e3d | [log] [tgz] |
|---|---|---|
| author | bors <bors@rust-lang.org> | Sat Jul 26 02:31:12 2025 +0000 |
| committer | bors <bors@rust-lang.org> | Sat Jul 26 02:31:12 2025 +0000 |
| tree | 52447ca3ca573a8d77f618cd2b49d17970810059 | |
| parent | 13e8568c789a2a7dc88e61ba16483c825e6da752 [diff] | |
| parent | e10fcf37588fab32c40812d256732fda5efa1e54 [diff] |
Auto merge of #139597 - Kobzol:lint-skip, r=BoxyUwU Do not run per-module late lints if they can be all skipped We run ~70 late lints for all dependencies even if they use `--cap-lints=allow`, which seems wasteful. It looks like these lints are super fast (unlike early lints), but still. r? `@ghost`