Merge QueryDescription into QueryConfig

`QueryDescription` has gone through a lot of refactoring and doesn't
make sense anymore.
This commit is contained in:
Nilstrieb
2022-11-05 16:04:43 +01:00
parent 452cf4f710
commit 36be251a35
6 changed files with 42 additions and 45 deletions

View File

@@ -12,7 +12,7 @@ pub use self::caches::{
};
mod config;
pub use self::config::{QueryConfig, QueryDescription, QueryVTable};
pub use self::config::{QueryConfig, QueryVTable};
use crate::dep_graph::{DepNodeIndex, HasDepContext, SerializedDepNodeIndex};
use rustc_data_structures::sync::Lock;