Get rid of DepConstructor
This removes fully 235 unused functions.
This commit is contained in:
parent
26438b4738
commit
f7d261c3b1
3 changed files with 17 additions and 35 deletions
|
@ -13,7 +13,8 @@ pub use rustc_query_system::dep_graph::{
|
|||
WorkProduct, WorkProductId,
|
||||
};
|
||||
|
||||
pub use dep_node::{dep_constructor, label_strs, DepKind, DepNode, DepNodeExt};
|
||||
crate use dep_node::make_compile_codegen_unit;
|
||||
pub use dep_node::{label_strs, DepKind, DepNode, DepNodeExt};
|
||||
|
||||
pub type DepGraph = rustc_query_system::dep_graph::DepGraph<DepKind>;
|
||||
pub type TaskDeps = rustc_query_system::dep_graph::TaskDeps<DepKind>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue