zebra/zebra-network
teor 1f40498fcf
Clippy nightly: disable owned cmp, stop comparing bool using assert_eq (#2073)
* Disable clippy warnings about comparing a newly created struct

In Sapling, we compare canonical JubJub bytes with a supplied byte array.

Since we need to perform calculations to get it into canonical form, we
need to create a newly owned object.

* Clippy: use assert rather than assert_eq on a bool
2021-04-27 09:57:45 -03:00
..
proptest-regressions/protocol Add proptest regressions file 2020-01-28 03:48:23 -05:00
src Clippy nightly: disable owned cmp, stop comparing bool using assert_eq (#2073) 2021-04-27 09:57:45 -03:00
Cargo.toml Update version strings for Zebra v1.0.0-alpha.7 release (#2056) 2021-04-23 12:56:25 +00:00