Restrict field visibility
This commit is contained in:
parent
e6a5231238
commit
87740bac64
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue