gnosis / dex-services

Off-chain services for the Gnosis Protocol v1.
33 stars 9 forks source link

Fix warnings for new rust version #1468

Closed e00E closed 4 years ago

e00E commented 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.

Test Plan

CI