chronotope / chrono

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

0.5: Make methods on `DelayedFormat` private #1561

Closed pitdicker closed 6 months ago

pitdicker commented 6 months ago

I don't think these methods were every really intended to be public. We have the format methods on types such as DateTime to create a DelayedFormat.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 93.99%. Comparing base (58ae538) to head (96298ae).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 0.5.x #1561 +/- ## ======================================= Coverage 93.99% 93.99% ======================================= Files 37 37 Lines 16536 16540 +4 ======================================= + Hits 15543 15547 +4 Misses 993 993 ```

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