Skip to content

Add evidence command for monitoring and reporting misbehavior evidence to counterparty clients #5127

Add evidence command for monitoring and reporting misbehavior evidence to counterparty clients

Add evidence command for monitoring and reporting misbehavior evidence to counterparty clients #5127

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy-all-features failed Jul 10, 2023 in 0s

clippy-all-features

2 errors

Details

Results

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

Versions

  • rustc 1.70.0 (90c541806 2023-05-31)
  • cargo 1.70.0 (ec8a8a0ca 2023-04-25)
  • clippy 0.1.70 (90c5418 2023-05-31)

Annotations

Check failure on line 106 in crates/relayer-cli/src/commands/evidence.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-all-features

unused import: `ibc_relayer::foreign_client::ForeignClient`

error: unused import: `ibc_relayer::foreign_client::ForeignClient`
   --> crates/relayer-cli/src/commands/evidence.rs:106:5
    |
106 | use ibc_relayer::foreign_client::ForeignClient;
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `-D unused-imports` implied by `-D warnings`

Check failure on line 106 in crates/relayer-cli/src/commands/evidence.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-all-features

unused import: `ibc_relayer::foreign_client::ForeignClient`

error: unused import: `ibc_relayer::foreign_client::ForeignClient`
   --> crates/relayer-cli/src/commands/evidence.rs:106:5
    |
106 | use ibc_relayer::foreign_client::ForeignClient;
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `-D unused-imports` implied by `-D warnings`