Diggsey / ijson

More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.
Apache License 2.0
127 stars 14 forks source link

Unneeded variable removed #30

Closed ghost closed 11 months ago

ghost commented 1 year ago

Removed unneeded variable from my previous PR which I closed.

codecov-commenter commented 1 year ago

Codecov Report

Merging #30 (5b4cbf3) into master (e349c9a) will not change coverage. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   48.59%   48.59%           
=======================================
  Files          10       10           
  Lines        3015     3015           
=======================================
  Hits         1465     1465           
  Misses       1550     1550           
Files Changed Coverage Δ
src/value.rs 58.29% <100.00%> (ø)