Skip to content

Merge pull request #7 from idky137/cratify_workspace

Sign in for the full log view
GitHub Actions / Clippy (MSRV) failed Apr 29, 2024 in 0s

Clippy (MSRV)

4 errors

Details

Results

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

Versions

  • rustc 1.77.2 (25ef9e3d8 2024-04-09)
  • cargo 1.77.2 (e52e36006 2024-03-26)
  • clippy 0.1.77 (25ef9e3 2024-04-09)

Annotations

Check failure on line 9 in zingo-proxyd/src/bin/zingoproxyd.rs

See this annotation in the file changed.

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

unused import: `nym_server::nym_serve`

error: unused import: `nym_server::nym_serve`
 --> zingo-proxyd/src/bin/zingoproxyd.rs:9:21
  |
9 | use zingoproxylib::{nym_server::nym_serve, server::spawn_server};
  |                     ^^^^^^^^^^^^^^^^^^^^^

Check failure on line 8 in zingo-proxyd/src/bin/zingoproxyd.rs

See this annotation in the file changed.

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

unused import: `zingo_rpc::nym::utils::nym_spawn`

error: unused import: `zingo_rpc::nym::utils::nym_spawn`
 --> zingo-proxyd/src/bin/zingoproxyd.rs:8:5
  |
8 | use zingo_rpc::nym::utils::nym_spawn;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`

Check failure on line 9 in zingo-proxyd/src/bin/zingoproxyd.rs

See this annotation in the file changed.

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

unused import: `nym_server::nym_serve`

error: unused import: `nym_server::nym_serve`
 --> zingo-proxyd/src/bin/zingoproxyd.rs:9:21
  |
9 | use zingoproxylib::{nym_server::nym_serve, server::spawn_server};
  |                     ^^^^^^^^^^^^^^^^^^^^^

Check failure on line 8 in zingo-proxyd/src/bin/zingoproxyd.rs

See this annotation in the file changed.

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

unused import: `zingo_rpc::nym::utils::nym_spawn`

error: unused import: `zingo_rpc::nym::utils::nym_spawn`
 --> zingo-proxyd/src/bin/zingoproxyd.rs:8:5
  |
8 | use zingo_rpc::nym::utils::nym_spawn;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`