Closed zachschuermann closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.95%. Comparing base (
cb47305
) to head (ecb9e5e
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Change seems fine, but what motivates the extra derivations, out of curiosity?
Ah @nicklan had the same question - should have given a better PR description :) @sppalkia pointed out that when trying to leverage DvInfo
in his own code it was a bit of a 'sharp edge' to not derive some common traits like Clone
title.
breaking changes: (1)
DvInfo
now implementsClone
,PartialEq
, andEq
(2)Stats
now implementsDebug
,Clone
,PartialEq
, andEq