Skip to content

Commit

Permalink
Restrict access.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed May 1, 2020
1 parent 282d72f commit e4976d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_query_system/query/plumbing.rs
Expand Up @@ -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>>,

Expand Down

0 comments on commit e4976d0

Please sign in to comment.