Fix panic when diagnostics first opens (#28935)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
a7a7335da4
commit
ad25cd09b6
2 changed files with 4 additions and 3 deletions
|
@ -46,6 +46,7 @@ use workspace::{
|
|||
|
||||
actions!(diagnostics, [Deploy, ToggleWarnings]);
|
||||
|
||||
#[derive(Default)]
|
||||
pub(crate) struct IncludeWarnings(bool);
|
||||
impl Global for IncludeWarnings {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue