chronotope / chrono

Date and time library for Rust
Other
3.3k stars 523 forks source link

Derive `PartialEq`,`Eq`,`Hash`,`Copy` and `Clone` on `NaiveWeek` #1618

Closed DSeeLP closed 4 days ago

DSeeLP commented 4 days ago

Derive PartialEq,Eq,Hash,Copy and Clone on NaiveWeek

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.12%. Comparing base (c8defc7) to head (309460c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1618 +/- ## ======================================= Coverage 91.12% 91.12% ======================================= Files 37 37 Lines 17123 17123 ======================================= Hits 15603 15603 Misses 1520 1520 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

djc commented 4 days ago

Thanks!