Add explicit control of padding to the Builder API. #3073
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
Bitrot check
1m 56s
Book tests
11s
Code coverage
8m 29s
Intra-doc links
2m 10s
Rustfmt
12s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
1 error and 8 warnings
Bitrot check
Process completed with exit code 101.
|
/home/runner/work/orchard/orchard/src/lib.rs#L6
unused import: `H`
|
/home/runner/work/orchard/orchard/src/lib.rs#L47
this returns a `Result<_, ()>`
|
/home/runner/work/orchard/orchard/src/lib.rs#L417
usage of `Iterator::fold` on a type that implements `Try`
|
/home/runner/work/orchard/orchard/src/lib.rs#L456
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
/home/runner/work/orchard/orchard/src/lib.rs#L246
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
/home/runner/work/orchard/orchard/src/lib.rs#L195
usage of `Iterator::fold` on a type that implements `Try`
|
/home/runner/work/orchard/orchard/src/lib.rs#L201
usage of `Iterator::fold` on a type that implements `Try`
|
./file/that/probably/doesnt/exist.rs#L0
9 warnings emitted
|