Merge QueryDescription into QueryConfig
`QueryDescription` has gone through a lot of refactoring and doesn't make sense anymore.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user