Skip to content

Perform key type conversion inline with hardened-only derivation #41

Perform key type conversion inline with hardened-only derivation

Perform key type conversion inline with hardened-only derivation #41

Triggered via push October 1, 2024 14:59
Status Failure
Total duration 2m 37s
Artifacts

ci.yml

on: push
Clippy (MSRV)
56s
Clippy (MSRV)
Intra-doc links
58s
Intra-doc links
Rustfmt
10s
Rustfmt
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Fit to window
Zoom out
Zoom in

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