Restrict access.

This commit is contained in:
Camille GILLOT 2020-03-30 17:27:14 +02:00
parent 282d72f6bb
commit e4976d0caf

View file

@ -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>>,