Skip to content

[Feature] Command Line Interface (CLI) #1027

[Feature] Command Line Interface (CLI)

[Feature] Command Line Interface (CLI) #1027

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy failed Dec 1, 2023 in 0s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.75.0-beta.4 (bd45872d9 2023-11-28)
  • cargo 1.75.0-beta.4 (1d8b05cdd 2023-11-20)
  • clippy 0.1.75 (bd45872 2023-11-28)

Annotations

Check failure on line 36 in cw-orch-daemon/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused imports: `authz::v1beta1 as authz`, `crisis::v1beta1 as crisis`, `distribution::v1beta1 as distribution`, `evidence::v1beta1 as evidence`, `mint::v1beta1 as mint`, `params::v1beta1 as params`, `slashing::v1beta1 as slashing`, `v1beta1 as base`

error: unused imports: `authz::v1beta1 as authz`, `crisis::v1beta1 as crisis`, `distribution::v1beta1 as distribution`, `evidence::v1beta1 as evidence`, `mint::v1beta1 as mint`, `params::v1beta1 as params`, `slashing::v1beta1 as slashing`, `v1beta1 as base`
  --> cw-orch-daemon/src/lib.rs:36:13
   |
36 |             authz::v1beta1 as authz,
   |             ^^^^^^^^^^^^^^^^^^^^^^^
37 |             bank::v1beta1 as bank,
38 |             base::{abci::v1beta1 as abci, tendermint::v1beta1 as tendermint, v1beta1 as base},
   |                                                                              ^^^^^^^^^^^^^^^
39 |             crisis::v1beta1 as crisis,
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^
40 |             distribution::v1beta1 as distribution,
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41 |             evidence::v1beta1 as evidence,
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
44 |             mint::v1beta1 as mint,
   |             ^^^^^^^^^^^^^^^^^^^^^
45 |             params::v1beta1 as params,
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^
46 |             slashing::v1beta1 as slashing,
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 25 in cw-orch-daemon/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `traits::*`

error: unused import: `traits::*`
  --> cw-orch-daemon/src/lib.rs:25:67
   |
25 |     builder::*, channel::*, core::*, error::*, state::*, sync::*, traits::*, tx_resp::*,
   |                                                                   ^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`