sile / libflate

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
https://docs.rs/libflate
MIT License
180 stars 35 forks source link

Fix typo in symbol.rs #17

Closed stephank closed 6 years ago

stephank commented 6 years ago

Lintian found this one when I tried to create a Debian package of an app. :)

codecov-io commented 6 years ago

Codecov Report

Merging #17 into master will increase coverage by 0.23%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #17      +/-   ##
========================================
+ Coverage   90.76%    91%   +0.23%     
========================================
  Files          14     14              
  Lines        1267   1267              
========================================
+ Hits         1150   1153       +3     
+ Misses        117    114       -3
Impacted Files Coverage Δ
src/deflate/symbol.rs 91.63% <100%> (ø) :arrow_up:
src/bit.rs 94.11% <0%> (+0.84%) :arrow_up:
src/non_blocking/gzip.rs 88.88% <0%> (+2.22%) :arrow_up:
src/checksum.rs 82.35% <0%> (+2.94%) :arrow_up:

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 8486134...619af79. Read the comment docs.

sile commented 6 years ago

Oops..., thanks!