NULLx76 / ringbuffer

A fixed-size circular buffer written in Rust.
https://crates.io/crates/ringbuffer
MIT License
95 stars 20 forks source link

remove array-init #70

Closed jdonszelmann closed 2 years ago

jdonszelmann commented 2 years ago

dependencyless woohoo!

jdonszelmann commented 2 years ago

somehow the MSRV doesn't even change

jdonszelmann commented 2 years ago

no, I reverted that. Thought it would change the MSRV, but then I actually checked

codecov[bot] commented 2 years ago

Codecov Report

Merging #70 (ab21d9a) into master (78d02b5) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   83.12%   83.12%           
=======================================
  Files           5        5           
  Lines         243      243           
=======================================
  Hits          202      202           
  Misses         41       41           
Impacted Files Coverage Δ
src/with_const_generics.rs 91.22% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

NULLx76 commented 2 years ago

We bumped the MSRV with the edition update anyways