Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay111meher committed Nov 15, 2024
1 parent c28f7e2 commit 70fe325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matching_engine/src/generator_lib/generator_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,7 @@ mod tests {

pub static TEST_TOKEN_ADDRESS_TWO: Lazy<Address> =
Lazy::new(|| TEST_TOKEN_ADDRESS_TWO_STRING.parse::<Address>().unwrap());

#[allow(unused)]
pub static TEST_TOKEN_ADDRESS_THREE: Lazy<Address> =
Lazy::new(|| TEST_TOKEN_ADDRESS_THREE_STRING.parse::<Address>().unwrap());
Expand Down

0 comments on commit 70fe325

Please sign in to comment.