Skip to content

relayer: add `chain::cosmos::config` module

Sign in for the full log view
GitHub Actions / clippy-all-features failed Oct 17, 2023 in 1s

clippy-all-features

1 error

Details

Results

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

Versions

  • rustc 1.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check failure on line 23 in crates/relayer-cli/src/chain_registry.rs

See this annotation in the file changed.

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

struct `CosmosSdkConfig` is private

error[E0603]: struct `CosmosSdkConfig` is private
  --> crates/relayer-cli/src/chain_registry.rs:23:40
   |
23 |     default, AddressType, ChainConfig, CosmosSdkConfig, EventSourceMode, GasPrice,
   |                                        ^^^^^^^^^^^^^^^ private struct
   |
note: the struct `CosmosSdkConfig` is defined here
  --> /home/runner/work/hermes/hermes/crates/relayer/src/config.rs:30:13
   |
30 | use crate::{chain::cosmos::config::CosmosSdkConfig, error::Error as RelayerError};
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^