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 severity field should not be public since we provide public API
methods (get_severity and is_enabled) for accessing it. This follows
proper encapsulation patterns already established in the Settings struct.
Changes:
- Make severity field private in DiagnosticsConfig
- Update tests to use get_severity() instead of direct field access
- Maintains proper pub/private boundaries throughout the codebase
0 commit comments