interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201 stars 70 forks source link

Clippy warnings in 1.53 #727

Closed omertoast closed 3 years ago

omertoast commented 3 years ago

fixed bool_assert_comparison and from_iter_instead_of_collect clippy lint warnings.

koivunej commented 3 years ago

Good to go merging this right away outside of the normal review schedule since this would keep any other PRs. Many thanks @omertoast!