Skip to content

zcash_client_sqlite: Fix migration DAG edges #466

zcash_client_sqlite: Fix migration DAG edges

zcash_client_sqlite: Fix migration DAG edges #466

Triggered via pull request August 21, 2024 20:34
Status Success
Total duration 2m 45s
Artifacts

audits.yml

on: pull_request
Vet Rust dependencies
2m 38s
Vet Rust dependencies
Check licenses
40s
Check licenses
Fit to window
Zoom out
Zoom in

Annotations

1 error
redundant clone: zcash_client_sqlite/src/wallet/init/migrations/ensure_orchard_ua_receiver.rs#L191
error: redundant clone --> zcash_client_sqlite/src/wallet/init/migrations/ensure_orchard_ua_receiver.rs:191:41 | 191 | Some(SecretVec::new(seed.clone())), | ^^^^^^^^ help: remove this | note: this value is dropped without further use --> zcash_client_sqlite/src/wallet/init/migrations/ensure_orchard_ua_receiver.rs:191:37 | 191 | Some(SecretVec::new(seed.clone())), | ^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone = note: `-D clippy::redundant-clone` implied by `-D warnings`