Skip to content

Commit 7963497

Browse files
committed
Add #[allow(deprecated)] over reexport
1 parent 093e594 commit 7963497

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/std/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ pub use crate::errors::{
6767
};
6868
pub use crate::hex_binary::HexBinary;
6969
pub use crate::ibc::IbcChannelOpenResponse;
70+
#[allow(deprecated)]
71+
pub use crate::ibc::IbcFee;
7072
pub use crate::ibc::{
7173
Ibc3ChannelOpenResponse, IbcAckCallbackMsg, IbcAcknowledgement, IbcBasicResponse,
7274
IbcCallbackRequest, IbcChannel, IbcChannelCloseMsg, IbcChannelConnectMsg, IbcChannelOpenMsg,
73-
IbcDestinationCallbackMsg, IbcDstCallback, IbcEndpoint, IbcFee, IbcMsg, IbcOrder, IbcPacket,
75+
IbcDestinationCallbackMsg, IbcDstCallback, IbcEndpoint, IbcMsg, IbcOrder, IbcPacket,
7476
IbcPacketAckMsg, IbcPacketReceiveMsg, IbcPacketTimeoutMsg, IbcReceiveResponse,
7577
IbcSourceCallbackMsg, IbcSrcCallback, IbcTimeout, IbcTimeoutBlock, IbcTimeoutCallbackMsg,
7678
TransferMsgBuilder,

0 commit comments

Comments
 (0)