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
Add derives for `Diagnostic`, `Severity` and `Diagnostics`, also `Deref`
for `Diagnostics`. In current shape these are very hard to work with,
which is caused by lack of basic functionalities (like `Eq`), also
`Diagnostics` can't be merged or extended with ready `Diagnostic` (only
by matching on it's `Severity` and then choosing correct method to
reconstruct in again)
0 commit comments