Skip to content

Merge pull request #4 from AloeareV/add_ci #1

Merge pull request #4 from AloeareV/add_ci

Merge pull request #4 from AloeareV/add_ci #1

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

Clippy (MSRV)

8 errors

Details

Results

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

Versions

  • rustc 1.76.0 (07dca489a 2024-02-04)
  • cargo 1.76.0 (c84b36747 2024-01-18)
  • clippy 0.1.76 (07dca48 2024-02-04)

Annotations

Check failure on line 11 in src/proxy.rs

See this annotation in the file changed.

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

unused import: `ChainSpec`

error: unused import: `ChainSpec`
  --> src/proxy.rs:11:61
   |
11 |         Address, AddressList, Balance, BlockId, BlockRange, ChainSpec, Empty, Exclude,
   |                                                             ^^^^^^^^^

Check failure on line 2 in src/main.rs

See this annotation in the file changed.

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

unused imports: `ProxyServer`, `spawn_server`

error: unused imports: `ProxyServer`, `spawn_server`
 --> src/main.rs:2:13
  |
2 | use proxy::{spawn_server, ProxyServer};
  |             ^^^^^^^^^^^^  ^^^^^^^^^^^

Check failure on line 1 in src/main.rs

See this annotation in the file changed.

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

unused import: `http::Uri`

error: unused import: `http::Uri`
 --> src/main.rs:1:5
  |
1 | use http::Uri;
  |     ^^^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`

Check failure on line 11 in src/proxy.rs

See this annotation in the file changed.

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

unused import: `ChainSpec`

error: unused import: `ChainSpec`
  --> src/proxy.rs:11:61
   |
11 |         Address, AddressList, Balance, BlockId, BlockRange, ChainSpec, Empty, Exclude,
   |                                                             ^^^^^^^^^

Check failure on line 2 in src/main.rs

See this annotation in the file changed.

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

unused imports: `ProxyServer`, `spawn_server`

error: unused imports: `ProxyServer`, `spawn_server`
 --> src/main.rs:2:13
  |
2 | use proxy::{spawn_server, ProxyServer};
  |             ^^^^^^^^^^^^  ^^^^^^^^^^^

Check failure on line 1 in src/main.rs

See this annotation in the file changed.

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

unused import: `http::Uri`

error: unused import: `http::Uri`
 --> src/main.rs:1:5
  |
1 | use http::Uri;
  |     ^^^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`

Check failure on line 10 in src/proxy.rs

See this annotation in the file changed.

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

unresolved import `zcash_client_backend::proto::service::compact_tx_streamer_server`

error[E0432]: unresolved import `zcash_client_backend::proto::service::compact_tx_streamer_server`
  --> src/proxy.rs:10:9
   |
10 |         compact_tx_streamer_server::{CompactTxStreamer, CompactTxStreamerServer},
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `compact_tx_streamer_server` in `service`

Check failure on line 10 in src/proxy.rs

See this annotation in the file changed.

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

unresolved import `zcash_client_backend::proto::service::compact_tx_streamer_server`

error[E0432]: unresolved import `zcash_client_backend::proto::service::compact_tx_streamer_server`
  --> src/proxy.rs:10:9
   |
10 |         compact_tx_streamer_server::{CompactTxStreamer, CompactTxStreamerServer},
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `compact_tx_streamer_server` in `service`