Restrict field visibility

This commit is contained in:
Aaron Hill 2021-07-25 20:43:27 -05:00
parent e6a5231238
commit 87740bac64
No known key found for this signature in database
GPG Key ID: B4087E510E98B164

View File

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