Skip to content

Commit

Permalink
fix: export DivideByZeroError to pub (#140)
Browse files Browse the repository at this point in the history
* fix: export DivideByZeroError

* chore: fix fmt
  • Loading branch information
Jiyong Ha authored Nov 9, 2021
1 parent 11bd9d8 commit ecdb8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ pub use crate::binary::Binary;
pub use crate::coins::{coin, coins, has_coins, Coin};
pub use crate::deps::{Deps, DepsMut, OwnedDeps};
pub use crate::errors::{
OverflowError, OverflowOperation, RecoverPubkeyError, StdError, StdResult, SystemError,
VerificationError,
DivideByZeroError, OverflowError, OverflowOperation, RecoverPubkeyError, StdError, StdResult,
SystemError, VerificationError,
};
#[cfg(feature = "stargate")]
pub use crate::ibc::{
Expand Down

0 comments on commit ecdb8eb

Please sign in to comment.