thomcc / arcstr

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

Ensure argument capture works as expected in `arcstr::format!` #38

Closed thomcc closed 2 years ago

thomcc commented 2 years ago

Fixes #37.

codecov-commenter commented 2 years ago

Codecov Report

Merging #38 (53de4d1) into main (70ba2fa) will decrease coverage by 0.10%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
- Coverage   96.43%   96.33%   -0.11%     
==========================================
  Files           6        6              
  Lines         869      872       +3     
==========================================
+ Hits          838      840       +2     
- Misses         31       32       +1     
Impacted Files Coverage Δ
src/mac.rs 100.00% <100.00%> (ø)
tests/substr.rs 99.60% <0.00%> (-0.40%) :arrow_down:

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 70ba2fa...53de4d1. Read the comment docs.