time-rs / time

The most used Rust library for date and time handling.
https://time-rs.github.io
Apache License 2.0
1.06k stars 261 forks source link

Added closing markdown tag #628

Closed Shagon94 closed 9 months ago

Shagon94 commented 9 months ago

I was doing a exercism level and noticed this small thing. I also checked for more issues with rg -i '/// ```' . as to double-check if every opening tag has a closing one and from a quick view it looks good :)

codecov[bot] commented 9 months ago

Codecov Report

Merging #628 (12f2eb5) into main (75e255d) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #628   +/-   ##
=====================================
  Coverage   98.5%   98.5%           
=====================================
  Files         80      80           
  Lines       9152    9152           
=====================================
  Hits        9012    9012           
  Misses       140     140           
Files Coverage Δ
time/src/primitive_date_time.rs 100.0% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jhpratt commented 9 months ago

Thanks!