You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unnecessary setting of suppressed_expected_diag.
It's currently set in three places. Two of them seem to be unnecessary,
and the one in `emit_diagnostic` can be changed to only trigger for
`Expect` level diagnostics.
After this change the name `suppressed_expected_diag` actually matches
the code's behaviour, which is nice.
0 commit comments