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
The doctest was trying to directly construct DiagnosticsConfig with the
now-private severity field. Remove it since we have comprehensive unit
tests covering the same functionality. Doctests are better for simple
usage examples rather than testing internal implementation details.
0 commit comments