Move dep graph methods to DepGraphData to avoid branches and unwrap
s
This commit is contained in:
parent
6a179026de
commit
60ed37c2e1
3 changed files with 222 additions and 162 deletions
|
@ -6,7 +6,8 @@ mod serialized;
|
|||
|
||||
pub use dep_node::{DepKindStruct, DepNode, DepNodeParams, WorkProductId};
|
||||
pub use graph::{
|
||||
hash_result, DepGraph, DepNodeColor, DepNodeIndex, TaskDeps, TaskDepsRef, WorkProduct,
|
||||
hash_result, DepGraph, DepGraphData, DepNodeColor, DepNodeIndex, TaskDeps, TaskDepsRef,
|
||||
WorkProduct,
|
||||
};
|
||||
pub use query::DepGraphQuery;
|
||||
pub use serialized::{SerializedDepGraph, SerializedDepNodeIndex};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue