Skip to content

Fix cargo clippy warnings in PR #138 (#140) #1811

Fix cargo clippy warnings in PR #138 (#140)

Fix cargo clippy warnings in PR #138 (#140) #1811

Triggered via push February 6, 2025 07:57
Status Success
Total duration 36m 11s
Artifacts

ci.yml

on: push
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Fit to window
Zoom out
Zoom in

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