Remove CacheSelector trait now that we can use GATs

This commit is contained in:
Oli Scherer
2024-03-26 11:03:23 +00:00
parent 73476d4990
commit 3b94f33c23
5 changed files with 57 additions and 102 deletions

View File

@@ -9,10 +9,7 @@ pub use self::job::{
};
mod caches;
pub use self::caches::{
CacheSelector, DefIdCacheSelector, DefaultCacheSelector, QueryCache, SingleCacheSelector,
VecCacheSelector,
};
pub use self::caches::{DefIdCache, DefaultCache, QueryCache, SingleCache, VecCache};
mod config;
pub use self::config::{HashResult, QueryConfig};