Implement PCZT support #3230
ci.yml
on: push
Bitrot check
3m 3s
Book tests
15s
Code coverage
10m 0s
Intra-doc links
3m 5s
Rustfmt
15s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
13 warnings
/home/runner/work/orchard/orchard/src/lib.rs#L298
using `clone` on type `RandomSeed` which implements the `Copy` trait
|
/home/runner/work/orchard/orchard/src/lib.rs#L388
using `clone` on type `RandomSeed` which implements the `Copy` trait
|
/home/runner/work/orchard/orchard/src/lib.rs#L625
usage of `Iterator::fold` on a type that implements `Try`
|
/home/runner/work/orchard/orchard/src/lib.rs#L797
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
/home/runner/work/orchard/orchard/src/lib.rs#L19
doc list item without indentation
|
/home/runner/work/orchard/orchard/src/lib.rs#L21
doc list item without indentation
|
/home/runner/work/orchard/orchard/src/lib.rs#L23
doc list item without indentation
|
/home/runner/work/orchard/orchard/src/lib.rs#L24
doc list item without indentation
|
/home/runner/work/orchard/orchard/src/lib.rs#L171
the following explicit lifetimes could be elided: 'a
|
/home/runner/work/orchard/orchard/src/lib.rs#L244
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
/home/runner/work/orchard/orchard/src/lib.rs#L92
this expression creates a reference which is immediately dereferenced by the compiler
|
/home/runner/work/orchard/orchard/src/lib.rs#L203
usage of `Iterator::fold` on a type that implements `Try`
|
/home/runner/work/orchard/orchard/src/lib.rs#L209
usage of `Iterator::fold` on a type that implements `Try`
|