Move Sovereign-specific code from Hermes SDK repository #56
clippy
3 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 3 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.79.0 (129f3b996 2024-06-10)
- cargo 1.79.0 (ffa9cf99a 2024-06-03)
- clippy 0.1.79 (129f3b9 2024-06-10)
Annotations
Check failure on line 30 in crates/relayer/sovereign-integration-tests/tests/cosmos_to_sovereign.rs
github-actions / clippy
unused import: `hermes_test_components::chain::traits::queries::balance::CanQueryBalance`
error: unused import: `hermes_test_components::chain::traits::queries::balance::CanQueryBalance`
--> crates/relayer/sovereign-integration-tests/tests/cosmos_to_sovereign.rs:30:5
|
30 | use hermes_test_components::chain::traits::queries::balance::CanQueryBalance;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
Check failure on line 16 in crates/relayer/sovereign-integration-tests/tests/cosmos_to_sovereign.rs
github-actions / clippy
failed to resolve: use of undeclared crate or module `hermes_cosmos_wasm_relayer`
error[E0433]: failed to resolve: use of undeclared crate or module `hermes_cosmos_wasm_relayer`
--> crates/relayer/sovereign-integration-tests/tests/cosmos_to_sovereign.rs:16:5
|
16 | use hermes_cosmos_wasm_relayer::context::cosmos_bootstrap::CosmosWithWasmClientBootstrap;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `hermes_cosmos_wasm_relayer`
|
help: there is a crate or module with a similar name
|
16 | use hermes_cosmos_relayer::context::cosmos_bootstrap::CosmosWithWasmClientBootstrap;
| ~~~~~~~~~~~~~~~~~~~~~
Check failure on line 16 in crates/relayer/sovereign-integration-tests/tests/sovereign_to_cosmos.rs
github-actions / clippy
failed to resolve: use of undeclared crate or module `hermes_cosmos_wasm_relayer`
error[E0433]: failed to resolve: use of undeclared crate or module `hermes_cosmos_wasm_relayer`
--> crates/relayer/sovereign-integration-tests/tests/sovereign_to_cosmos.rs:16:5
|
16 | use hermes_cosmos_wasm_relayer::context::cosmos_bootstrap::CosmosWithWasmClientBootstrap;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `hermes_cosmos_wasm_relayer`
|
help: there is a crate or module with a similar name
|
16 | use hermes_cosmos_relayer::context::cosmos_bootstrap::CosmosWithWasmClientBootstrap;
| ~~~~~~~~~~~~~~~~~~~~~