Make PaddingRule
an argument to build
rather than to Builder::new
#3071
ci.yml
on: push
Bitrot check
1m 51s
Book tests
14s
Code coverage
8m 11s
Intra-doc links
2m 2s
Rustfmt
12s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
1 error and 7 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#L416
usage of `Iterator::fold` on a type that implements `Try`
|
/home/runner/work/orchard/orchard/src/lib.rs#L454
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
8 warnings emitted
|