Skip to content

devtools: Add `--lookup` argument to `zcash-inspect`

Sign in for the full log view
GitHub Actions / Clippy (MSRV) failed Jul 24, 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.70.0 (90c541806 2023-05-31)
  • cargo 1.70.0 (ec8a8a0ca 2023-04-25)
  • clippy 0.1.70 (90c5418 2023-05-31)

Annotations

Check failure on line 10 in devtools/src/bin/inspect/block.rs

See this annotation in the file changed.

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

unused import: `zcash_client_backend::proto::compact_formats::CompactBlock`

error: unused import: `zcash_client_backend::proto::compact_formats::CompactBlock`
  --> devtools/src/bin/inspect/block.rs:10:5
   |
10 | use zcash_client_backend::proto::compact_formats::CompactBlock;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`