Perform key type conversion inline with hardened-only derivation #41
ci.yml
on: push
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
2 errors
/home/runner/work/zip32/zip32/src/lib.rs#L77
manual `RangeInclusive::contains` implementation
|
manual `RangeInclusive::contains` implementation:
src/lib.rs#L77
error: manual `RangeInclusive::contains` implementation
--> src/arbitrary.rs:77:17
|
77 | assert!(seed_len >= 32 && seed_len <= 252);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `(32..=252).contains(&seed_len)`
|
= note: `-D clippy::manual-range-contains` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_range_contains
|