Skip to content

Commit

Permalink
fix no_std import
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Jun 5, 2024
1 parent 8a2b25f commit fb354e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-core/ics03-connection/src/handler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ where
{

Check warning on line 18 in ibc-core/ics03-connection/src/handler/mod.rs

View workflow job for this annotation

GitHub Actions / nightly_fmt

Diff in /home/runner/work/ibc-rs/ibc-rs/ibc-core/ics03-connection/src/handler/mod.rs
#[cfg(feature = "wasm-wrapped-client-state")]
if host_client_id_at_counterparty.is_wasm_client_id() {
use std::string::ToString;
use ibc_primitives::prelude::ToString;

use ibc_client_wasm_types::client_state::ClientState as WasmClientState;
use ibc_core_connection_types::error::ConnectionError;
Expand Down

0 comments on commit fb354e4

Please sign in to comment.