Restrict field visibility
This commit is contained in:
parent
e6a5231238
commit
87740bac64
@ -73,7 +73,7 @@ pub struct QuerySideEffects {
|
||||
/// Stores any diagnostics emitted during query execution.
|
||||
/// These diagnostics will be re-emitted if we mark
|
||||
/// the query as green.
|
||||
pub diagnostics: ThinVec<Diagnostic>,
|
||||
pub(super) diagnostics: ThinVec<Diagnostic>,
|
||||
}
|
||||
|
||||
impl QuerySideEffects {
|
||||
|
Loading…
Reference in New Issue
Block a user