]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_query_system/query/caches.rs
Move QueryContext to the parent module.
[rust.git] / src / librustc_query_system / query / caches.rs
index 51bea58fd80d82d018301549de1a48b92de24b4b..0c0335ba04f9a17934a8b96fc3d476a1294d7b05 100644 (file)
@@ -1,6 +1,6 @@
 use crate::dep_graph::DepNodeIndex;
-use crate::query::config::QueryContext;
 use crate::query::plumbing::{QueryLookup, QueryState};
+use crate::query::QueryContext;
 
 use rustc_data_structures::fx::FxHashMap;
 use rustc_data_structures::sharded::Sharded;