thomcc / arcstr

Better reference counted strings for Rust
Apache License 2.0
114 stars 18 forks source link

Appease new clippy #40

Closed thomcc closed 2 years ago

thomcc commented 2 years ago

This also adds some new PartialEq impls and makes some macros accept an optional trailing comma.

codecov-commenter commented 2 years ago

Codecov Report

Merging #40 (65678ae) into main (d47cc20) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   96.33%   96.33%           
=======================================
  Files           6        6           
  Lines         872      872           
=======================================
  Hits          840      840           
  Misses         32       32           
Impacted Files Coverage Δ
src/arc_str.rs 92.24% <ø> (ø)
src/mac.rs 100.00% <ø> (ø)
src/substr.rs 94.59% <ø> (ø)

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 d47cc20...65678ae. Read the comment docs.