1
Fork 0

Rollup merge of #107724 - klensy:imports, r=Mark-Simulacrum

remove unused rustc_* imports
This commit is contained in:
Matthias Krüger 2023-02-06 21:16:42 +01:00 committed by GitHub
commit 7be6e6d954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 0 additions and 34 deletions

View file

@ -16,7 +16,6 @@ rustc_errors = { path = "../rustc_errors" }
rustc_hir = { path = "../rustc_hir" }
rustc_index = { path = "../rustc_index" }
rustc_infer = { path = "../rustc_infer" }
rustc_lint_defs = { path = "../rustc_lint_defs" }
rustc_macros = { path = "../rustc_macros" }
rustc_query_system = { path = "../rustc_query_system" }
rustc_serialize = { path = "../rustc_serialize" }