Restrict access.
This commit is contained in:
parent
282d72f6bb
commit
e4976d0caf
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ use std::ptr;
|
|||
#[cfg(debug_assertions)]
|
||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||
|
||||
pub struct QueryStateShard<CTX: QueryContext, K, C> {
|
||||
pub(super) struct QueryStateShard<CTX: QueryContext, K, C> {
|
||||
pub(super) cache: C,
|
||||
active: FxHashMap<K, QueryResult<CTX>>,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue