Skip to content

Temporarily disable two gtests that require to fix the fees for ZSA t… #23

Temporarily disable two gtests that require to fix the fees for ZSA t…

Temporarily disable two gtests that require to fix the fees for ZSA t… #23

Triggered via push August 9, 2023 14:46
Status Success
Total duration 1h 16m 15s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Tier 3 platform ARM64 Linux
Process completed with exit code 100.
using `clone` on type `IssuanceKey` which implements the `Copy` trait: src/rust/src/issue_ffi.rs#L31
error: using `clone` on type `IssuanceKey` which implements the `Copy` trait --> src/rust/src/issue_ffi.rs:31:43 | 31 | .map(|key| Box::into_raw(Box::new(key.clone()))) | ^^^^^^^^^^^ help: try dereferencing it: `*key` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `-D clippy::clone-on-copy` implied by `-D warnings`
using `clone` on type `IssuanceKey` which implements the `Copy` trait: src/rust/src/issue_ffi.rs#L31
error: using `clone` on type `IssuanceKey` which implements the `Copy` trait --> src/rust/src/issue_ffi.rs:31:43 | 31 | .map(|key| Box::into_raw(Box::new(key.clone()))) | ^^^^^^^^^^^ help: try dereferencing it: `*key` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `-D clippy::clone-on-copy` implied by `-D warnings`