Skip to content

zcash_client_sqlite: Migration fixes and API updates #1301

zcash_client_sqlite: Migration fixes and API updates

zcash_client_sqlite: Migration fixes and API updates #1301

GitHub Actions / Clippy (MSRV) failed Mar 5, 2025 in 0s

Clippy (MSRV)

2 errors

Details

Results

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

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 15 in zcash_client_sqlite/src/wallet/transparent.rs

See this annotation in the file changed.

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

unused import: `Typecode`

error: unused import: `Typecode`
  --> zcash_client_sqlite/src/wallet/transparent.rs:15:35
   |
15 | use zcash_address::unified::{Ivk, Typecode, Uivk};
   |                                   ^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`

Check failure on line 15 in zcash_client_sqlite/src/wallet/transparent.rs

See this annotation in the file changed.

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

unused import: `Typecode`

error: unused import: `Typecode`
  --> zcash_client_sqlite/src/wallet/transparent.rs:15:35
   |
15 | use zcash_address::unified::{Ivk, Typecode, Uivk};
   |                                   ^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`