mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 14:01:51 +00:00
Prune dependencies.
This commit is contained in:
parent
b6033fca02
commit
0e8b59a2f4
@ -4043,10 +4043,8 @@ dependencies = [
|
|||||||
"log",
|
"log",
|
||||||
"parking_lot 0.9.0",
|
"parking_lot 0.9.0",
|
||||||
"rustc-rayon-core",
|
"rustc-rayon-core",
|
||||||
"rustc_ast",
|
|
||||||
"rustc_data_structures",
|
"rustc_data_structures",
|
||||||
"rustc_errors",
|
"rustc_errors",
|
||||||
"rustc_hir",
|
|
||||||
"rustc_index",
|
"rustc_index",
|
||||||
"rustc_macros",
|
"rustc_macros",
|
||||||
"rustc_session",
|
"rustc_session",
|
||||||
|
@ -12,10 +12,8 @@ doctest = false
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
log = { version = "0.4", features = ["release_max_level_info", "std"] }
|
log = { version = "0.4", features = ["release_max_level_info", "std"] }
|
||||||
rustc-rayon-core = "0.3.0"
|
rustc-rayon-core = "0.3.0"
|
||||||
rustc_ast = { path = "../librustc_ast" }
|
|
||||||
rustc_data_structures = { path = "../librustc_data_structures" }
|
rustc_data_structures = { path = "../librustc_data_structures" }
|
||||||
rustc_errors = { path = "../librustc_errors" }
|
rustc_errors = { path = "../librustc_errors" }
|
||||||
rustc_hir = { path = "../librustc_hir" }
|
|
||||||
rustc_index = { path = "../librustc_index" }
|
rustc_index = { path = "../librustc_index" }
|
||||||
rustc_macros = { path = "../librustc_macros" }
|
rustc_macros = { path = "../librustc_macros" }
|
||||||
rustc_serialize = { path = "../libserialize", package = "serialize" }
|
rustc_serialize = { path = "../libserialize", package = "serialize" }
|
||||||
|
@ -7,7 +7,7 @@ use crate::query::job::{QueryJobId, QueryJobInfo};
|
|||||||
use crate::query::plumbing::CycleError;
|
use crate::query::plumbing::CycleError;
|
||||||
use crate::query::QueryState;
|
use crate::query::QueryState;
|
||||||
use rustc_data_structures::profiling::ProfileCategory;
|
use rustc_data_structures::profiling::ProfileCategory;
|
||||||
use rustc_hir::def_id::DefId;
|
use rustc_span::def_id::DefId;
|
||||||
|
|
||||||
use rustc_data_structures::fingerprint::Fingerprint;
|
use rustc_data_structures::fingerprint::Fingerprint;
|
||||||
use rustc_data_structures::fx::FxHashMap;
|
use rustc_data_structures::fx::FxHashMap;
|
||||||
|
Loading…
Reference in New Issue
Block a user