Skip to content

test(wallet): add wallet test test_get_funded_wallet_tx_details #721

test(wallet): add wallet test test_get_funded_wallet_tx_details

test(wallet): add wallet test test_get_funded_wallet_tx_details #721

GitHub Actions / clippy failed Jul 27, 2023 in 1s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.67.0 (fc594f156 2023-01-24)
  • cargo 1.67.0 (8ecd4f20a 2023-01-10)
  • clippy 0.1.67 (fc594f1 2023-01-24)

Annotations

Check failure on line 67 in crates/bdk/tests/common.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

redundant clone

error: redundant clone
  --> crates/bdk/tests/common.rs:67:16
   |
67 |             tx0.clone(),
   |                ^^^^^^^^ help: remove this
   |
note: this value is dropped without further use
  --> crates/bdk/tests/common.rs:67:13
   |
67 |             tx0.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`