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
As the user should not be able to create metrics instance otherwise
than by `get_metrics()` function, the `Metrics::new()` method shall
be set to pub(crate) visibility to support only internal usage.
To prevent user from constructing Metrics using Default::default(),
Default implementation for Metrics was made #[cfg(test)].
0 commit comments