Skip to content

zcash_client_backend: Factor out nullifier checks from `scan_block_wi…

Sign in for the full log view
GitHub Actions / Clippy (MSRV) failed Feb 22, 2024 in 1s

Clippy (MSRV)

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
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 494 in zcash_client_backend/src/scanning.rs

See this annotation in the file changed.

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

this expression creates a reference which is immediately dereferenced by the compiler

error: this expression creates a reference which is immediately dereferenced by the compiler
   --> zcash_client_backend/src/scanning.rs:494:13
    |
494 |             &sapling_nullifiers,
    |             ^^^^^^^^^^^^^^^^^^^ help: change this to: `sapling_nullifiers`
    |
    = note: `-D clippy::needless-borrow` implied by `-D warnings`
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 494 in zcash_client_backend/src/scanning.rs

See this annotation in the file changed.

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

this expression creates a reference which is immediately dereferenced by the compiler

error: this expression creates a reference which is immediately dereferenced by the compiler
   --> zcash_client_backend/src/scanning.rs:494:13
    |
494 |             &sapling_nullifiers,
    |             ^^^^^^^^^^^^^^^^^^^ help: change this to: `sapling_nullifiers`
    |
    = note: `-D clippy::needless-borrow` implied by `-D warnings`
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow