Skip to content
GitHub Actions / clippy failed May 9, 2024 in 0s

clippy

6 errors

Details

Results

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

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check failure on line 2 in ibc-testkit/src/relayer/integration.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `ibc::core::handler::types::events::IbcEvent`

error: unused import: `ibc::core::handler::types::events::IbcEvent`
 --> ibc-testkit/src/relayer/integration.rs:2:5
  |
2 | use ibc::core::handler::types::events::IbcEvent;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 14 in ibc-testkit/src/relayer/context.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `crate::testapp::ibc::applications::transfer::types::DummyTransferModule`

error: unused import: `crate::testapp::ibc::applications::transfer::types::DummyTransferModule`
  --> ibc-testkit/src/relayer/context.rs:14:5
   |
14 | use crate::testapp::ibc::applications::transfer::types::DummyTransferModule;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 9 in ibc-testkit/src/relayer/context.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `Timestamp`

error: unused import: `Timestamp`
 --> ibc-testkit/src/relayer/context.rs:9:31
  |
9 | use ibc::primitives::{Signer, Timestamp};
  |                               ^^^^^^^^^

Check failure on line 5 in ibc-testkit/src/relayer/context.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `ibc::core::handler::types::events::IbcEvent`

error: unused import: `ibc::core::handler::types::events::IbcEvent`
 --> ibc-testkit/src/relayer/context.rs:5:5
  |
5 | use ibc::core::handler::types::events::IbcEvent;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 2 in ibc-testkit/src/relayer/context.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `ibc::apps::transfer::types::packet::PacketData`

error: unused import: `ibc::apps::transfer::types::packet::PacketData`
 --> ibc-testkit/src/relayer/context.rs:2:5
  |
2 | use ibc::apps::transfer::types::packet::PacketData;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 1 in ibc-testkit/src/relayer/context.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `ibc::apps::transfer::types::msgs::transfer::MsgTransfer`

error: unused import: `ibc::apps::transfer::types::msgs::transfer::MsgTransfer`
 --> ibc-testkit/src/relayer/context.rs:1:5
  |
1 | use ibc::apps::transfer::types::msgs::transfer::MsgTransfer;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
note: the lint level is defined here
 --> ibc-testkit/src/lib.rs:5:5
  |
5 |     warnings,
  |     ^^^^^^^^
  = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`