rust-syndication / rss

Library for serializing the RSS web content syndication format
https://crates.io/crates/rss
Apache License 2.0
426 stars 52 forks source link

Fix: fix typo in item.rs #97

Closed zhzy0077 closed 4 years ago

zhzy0077 commented 4 years ago

Update 2 items:

codecov[bot] commented 4 years ago

Codecov Report

Merging #97 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #97   +/-   ##
=======================================
  Coverage   79.52%   79.52%           
=======================================
  Files          24       24           
  Lines        1724     1724           
=======================================
  Hits         1371     1371           
  Misses        353      353           
Impacted Files Coverage Δ
src/item.rs 81.10% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 570c8da...bfc8131. Read the comment docs.

andy128k commented 4 years ago

@zhzy0077 Technically RFC 822 is not a mistake. It is was superseded by RFC 2822.

Nice catch with a sample date. Could you also fix tests, which now fail?

andy128k commented 4 years ago

LGTM