Skip to content

Add a Sapling bundle builder function. #57

Add a Sapling bundle builder function.

Add a Sapling bundle builder function. #57

Triggered via pull request December 19, 2023 18:58
Status Failure
Total duration 4m 48s
Artifacts

ci.yml

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

Annotations

3 errors and 2 warnings
using `clone` on type `jubjub::Fq` which implements the `Copy` trait: src/lib.rs#L156
error: using `clone` on type `jubjub::Fq` which implements the `Copy` trait --> src/builder.rs:156:22 | 156 | let anchor = self.spend_info.merkle_path.root(node).inner().clone(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try dereferencing it: `*self.spend_info.merkle_path.root(node).inner()` | = note: `-D clippy::clone-on-copy` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
using `clone` on type `jubjub::Fq` which implements the `Copy` trait: src/lib.rs#L176
error: using `clone` on type `jubjub::Fq` which implements the `Copy` trait --> src/builder.rs:176:13 | 176 | anchor.clone(), | ^^^^^^^^^^^^^^ help: try removing the `clone` call: `anchor` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
aborting due to 2 previous errors
error: aborting due to 2 previous errors
Clippy (MSRV)
clippy-action doesn't have permissions to view Check Runs, disabling!
Clippy (MSRV)
Resource not accessible by integration