jeromefroe / circbuf-rs

A growable circular buffer for working with bytes
https://docs.rs/circbuf/
MIT License
18 stars 8 forks source link

Fix rustfmt and clippy CI tests #3

Closed jeromefroe closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #3 into master will increase coverage by 0.14%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage      89%   89.14%   +0.14%     
==========================================
  Files           1        1              
  Lines         400      396       -4     
==========================================
- Hits          356      353       -3     
+ Misses         44       43       -1
Impacted Files Coverage Δ
src/lib.rs 89.14% <100%> (+0.14%) :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 56a2759...99535b5. Read the comment docs.