Skip to content

fixing build without blockcache attempt #74

fixing build without blockcache attempt

fixing build without blockcache attempt #74

GitHub Actions / Clippy (MSRV) failed Feb 15, 2024 in 0s

Clippy (MSRV)

5 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 5
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 22 in zcash_client_backend/src/sync.rs

See this annotation in the file changed.

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

unused import: `BlockSource`

error: unused import: `BlockSource`
  --> zcash_client_backend/src/sync.rs:22:65
   |
22 |         chain::{error::Error as ChainError, scan_cached_blocks, BlockSource, CommitmentTreeRoot},
   |                                                                 ^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`

Check failure on line 14 in zcash_client_backend/src/sync.rs

See this annotation in the file changed.

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

failed to resolve: use of undeclared crate or module `zcash_client_sqlite`

error[E0433]: failed to resolve: use of undeclared crate or module `zcash_client_sqlite`
  --> zcash_client_backend/src/sync.rs:14:5
   |
14 | use zcash_client_sqlite::{chain::BlockMeta, FsBlockDb, FsBlockDbError};
   |     ^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `zcash_client_sqlite`

Check failure on line 22 in zcash_client_backend/src/sync.rs

See this annotation in the file changed.

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

unused import: `BlockSource`

error: unused import: `BlockSource`
  --> zcash_client_backend/src/sync.rs:22:65
   |
22 |         chain::{error::Error as ChainError, scan_cached_blocks, BlockSource, CommitmentTreeRoot},
   |                                                                 ^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`

Check failure on line 14 in zcash_client_backend/src/sync.rs

See this annotation in the file changed.

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

unresolved import `zcash_client_sqlite`

error[E0432]: unresolved import `zcash_client_sqlite`
  --> zcash_client_backend/src/sync.rs:14:5
   |
14 | use zcash_client_sqlite::{chain::BlockMeta, FsBlockDb, FsBlockDbError};
   |     ^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `zcash_client_sqlite`

Check failure on line 14 in zcash_client_backend/src/sync.rs

See this annotation in the file changed.

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

failed to resolve: use of undeclared crate or module `zcash_client_sqlite`

error[E0433]: failed to resolve: use of undeclared crate or module `zcash_client_sqlite`
  --> zcash_client_backend/src/sync.rs:14:5
   |
14 | use zcash_client_sqlite::{chain::BlockMeta, FsBlockDb, FsBlockDbError};
   |     ^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `zcash_client_sqlite`