Skip to content

Commit

Permalink
nit: better docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Oct 5, 2023
1 parent d18a407 commit f471dbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/ibc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@ mod serializers;

/// Re-export the `Any` type which used across the library.
pub use ibc_proto::google::protobuf::Any;
/// Re-export the ibc proto type of `ibc-proto` crate,
/// so users of this crate do not need to depend on it.
/// Re-export ibc proto types from `ibc-proto-rs` crate.
pub use ibc_proto::ibc as proto;

0 comments on commit f471dbb

Please sign in to comment.