Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Jul 6, 2024
1 parent fceae36 commit bd07253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ pub use lazy_static::lazy_static;
pub use num_bigint::{BigInt, BigUint, ToBigInt, ToBigUint};
pub use num_integer::Integer;
pub use num_traits::{Num, ToPrimitive, Zero};
pub use std::{
cmp::Ordering, num::NonZeroU64, ops::Div, str::FromStr, sync::Mutex,
};
pub use rustc_hash::FxHashMap;
pub use std::{cmp::Ordering, num::NonZeroU64, ops::Div, str::FromStr, sync::Mutex};
pub use thiserror::Error;
2 changes: 0 additions & 2 deletions src/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

pub mod compute_price_impact;


pub mod sorted_insert;

pub mod sqrt;
Expand Down

0 comments on commit bd07253

Please sign in to comment.