Skip to content

Commit 0e8b59a

Browse files
committed
Prune dependencies.
1 parent b6033fc commit 0e8b59a

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Cargo.lock

-2
Original file line numberDiff line numberDiff line change
@@ -4043,10 +4043,8 @@ dependencies = [
40434043
"log",
40444044
"parking_lot 0.9.0",
40454045
"rustc-rayon-core",
4046-
"rustc_ast",
40474046
"rustc_data_structures",
40484047
"rustc_errors",
4049-
"rustc_hir",
40504048
"rustc_index",
40514049
"rustc_macros",
40524050
"rustc_session",

src/librustc_query_system/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ doctest = false
1212
[dependencies]
1313
log = { version = "0.4", features = ["release_max_level_info", "std"] }
1414
rustc-rayon-core = "0.3.0"
15-
rustc_ast = { path = "../librustc_ast" }
1615
rustc_data_structures = { path = "../librustc_data_structures" }
1716
rustc_errors = { path = "../librustc_errors" }
18-
rustc_hir = { path = "../librustc_hir" }
1917
rustc_index = { path = "../librustc_index" }
2018
rustc_macros = { path = "../librustc_macros" }
2119
rustc_serialize = { path = "../libserialize", package = "serialize" }

src/librustc_query_system/query/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use crate::query::job::{QueryJobId, QueryJobInfo};
77
use crate::query::plumbing::CycleError;
88
use crate::query::QueryState;
99
use rustc_data_structures::profiling::ProfileCategory;
10-
use rustc_hir::def_id::DefId;
10+
use rustc_span::def_id::DefId;
1111

1212
use rustc_data_structures::fingerprint::Fingerprint;
1313
use rustc_data_structures::fx::FxHashMap;

0 commit comments

Comments
 (0)