diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-15 16:15:38 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-16 16:49:22 +1100 |
| commit | 8f669f558a02037feaafc3002207a1ac121b744d (patch) | |
| tree | 9512a5fe4671b571147c2d4a67022eb9a5a51d6f /compiler/rustc_query_system/src/dep_graph/serialized.rs | |
| parent | 000767564e574f15ed4e6cd9ee0b56ecad6ae748 (diff) | |
| download | rust-8f669f558a02037feaafc3002207a1ac121b744d.tar.gz rust-8f669f558a02037feaafc3002207a1ac121b744d.zip | |
Reduce exposure of things.
Diffstat (limited to 'compiler/rustc_query_system/src/dep_graph/serialized.rs')
| -rw-r--r-- | compiler/rustc_query_system/src/dep_graph/serialized.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/dep_graph/serialized.rs b/compiler/rustc_query_system/src/dep_graph/serialized.rs index fcf46be6e6f..e97ef807204 100644 --- a/compiler/rustc_query_system/src/dep_graph/serialized.rs +++ b/compiler/rustc_query_system/src/dep_graph/serialized.rs @@ -37,7 +37,7 @@ use super::query::DepGraphQuery; use super::{DepKind, DepNode, DepNodeIndex, Deps}; -use crate::dep_graph::EdgesVec; +use crate::dep_graph::edges::EdgesVec; use rustc_data_structures::fingerprint::Fingerprint; use rustc_data_structures::fingerprint::PackedFingerprint; use rustc_data_structures::fx::FxHashMap; |
