Skip to content

Commit

Permalink
chore: Fix ambiguous pub use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
luckysori committed Mar 5, 2024
1 parent 85fa130 commit 14b19a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/commons/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ mod rollover;
mod signature;
mod trade;

pub use crate::trade::*;
pub use backup::*;
pub use collab_revert::*;
pub use liquidity_option::*;
Expand All @@ -27,7 +28,6 @@ pub use price::Price;
pub use price::Prices;
pub use rollover::*;
pub use signature::*;
pub use trade::*;

pub const AUTH_SIGN_MESSAGE: &[u8; 19] = b"Hello it's me Mario";

Expand Down

0 comments on commit 14b19a7

Please sign in to comment.