Chia-Network / clvm_rs

Rust implementation of clvm
Apache License 2.0
66 stars 57 forks source link

simplify raw-loops into while-loops #338

Closed arvidn closed 1 year ago

arvidn commented 1 year ago

in some cases this saves one or two levels of indentation of the loop body. It always saves a few lines of code. It makes it more idiomatic rust I believe.

coveralls-official[bot] commented 1 year ago

Pull Request Test Coverage Report for Build 5941074672


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/serde/object_cache.rs 13 14 92.86%
src/serde/de_tree.rs 60 62 96.77%
<!-- Total: 80 83 96.39% -->
Totals Coverage Status
Change from base Build 5894915712: -0.02%
Covered Lines: 5200
Relevant Lines: 5543

💛 - Coveralls