Skip to content

Apply suggestions from code review #2545

Apply suggestions from code review

Apply suggestions from code review #2545

GitHub Actions / Clippy (MSRV) failed Mar 1, 2024 in 0s

Clippy (MSRV)

1 error

Details

Results

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

Versions

  • rustc 1.65.0 (897e37553 2022-11-02)
  • cargo 1.65.0 (4bc8f24d3 2022-10-20)
  • clippy 0.1.65 (897e375 2022-11-02)

Annotations

Check failure on line 499 in zcash_client_sqlite/src/testing.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (MSRV)

use of deprecated function `zcash_client_backend::data_api::wallet::spend`: Use `propose_transfer` and `create_proposed_transactions` instead.

error: use of deprecated function `zcash_client_backend::data_api::wallet::spend`: Use `propose_transfer` and `create_proposed_transactions` instead.
   --> zcash_client_sqlite/src/testing.rs:499:9
    |
499 |         spend(
    |         ^^^^^
    |
    = note: `-D deprecated` implied by `-D warnings`