mir_build only depends on lint_defs, not lints

This speeds up incremental compile times when modifying rustc_lint.
This commit is contained in:
Jynn Nelson
2026-03-13 19:34:37 +01:00
parent eaf4e7489b
commit 7e72e74ea6
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4344,7 +4344,7 @@ dependencies = [
"rustc_hir",
"rustc_index",
"rustc_infer",
"rustc_lint",
"rustc_lint_defs",
"rustc_macros",
"rustc_middle",
"rustc_pattern_analysis",