Skip to content

Commit

Permalink
rm connection export
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Oct 23, 2024
1 parent e83ceca commit d5d4c9d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ibc-eureka-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ pub mod client {
pub use ibc_eureka_core_client::*;
}

/// Re-exports ICS-03 implementation from the `ibc-eureka-core-connection` crate
pub mod connection {
#[doc(inline)]
pub use ibc_eureka_core_connection::*;
}

/// Re-exports ICS-04 implementation from the `ibc-eureka-core-channel` crate
pub mod channel {
#[doc(inline)]
Expand Down

0 comments on commit d5d4c9d

Please sign in to comment.