Fix cargo clippy warnings in PR #138 (#140) #1811
ci.yml
on: push
Bitrot check
3m 9s
Book tests
13s
Code coverage
20m 13s
Intra-doc links
3m 35s
Rustfmt
13s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
5 warnings
/home/runner/work/orchard/orchard/src/lib.rs#L221
the following explicit lifetimes could be elided: 'a
|
/home/runner/work/orchard/orchard/src/lib.rs#L78
doc list item without indentation
|
/home/runner/work/orchard/orchard/src/lib.rs#L270
use of a fallible conversion when an infallible one could be used
|
/home/runner/work/orchard/orchard/src/lib.rs#L337
use of a fallible conversion when an infallible one could be used
|
/home/runner/work/orchard/orchard/src/lib.rs#L114
unused return value of `std::hash::Hasher::finish` that must be used
|