Closed e00E closed 4 years ago
Yesterday there was a no rust version release which introduced two warnings our code. In scalar.rs we got https://rust-lang.github.io/rust-clippy/master/index.html#derive_ord_xor_partial_ord and in search_batches we use matches! instead of match.
matches!
match
CI
Yesterday there was a no rust version release which introduced two warnings our code. In scalar.rs we got https://rust-lang.github.io/rust-clippy/master/index.html#derive_ord_xor_partial_ord and in search_batches we use
matches!
instead ofmatch
.Test Plan
CI