Skip to content

Commit e4976d0

Browse files
committed
Restrict access.
1 parent 282d72f commit e4976d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_query_system/query/plumbing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use std::ptr;
2929
#[cfg(debug_assertions)]
3030
use std::sync::atomic::{AtomicUsize, Ordering};
3131

32-
pub struct QueryStateShard<CTX: QueryContext, K, C> {
32+
pub(super) struct QueryStateShard<CTX: QueryContext, K, C> {
3333
pub(super) cache: C,
3434
active: FxHashMap<K, QueryResult<CTX>>,
3535

0 commit comments

Comments
 (0)