remove empty imports
This commit is contained in:
parent
e55383ab0a
commit
936315c2ff
@ -1,6 +1,5 @@
|
||||
use crate::push::state::PushState;
|
||||
use rust_decimal::Decimal;
|
||||
use std::collections::VecDeque;
|
||||
|
||||
/// Generates an index between 0 and length. Takes abs(num) and then mods it by length.
|
||||
fn bounded_idx(num: i128, length: usize) -> usize {
|
||||
|
@ -1,7 +1,6 @@
|
||||
use instructions::utils::NumericTrait;
|
||||
use rust_decimal::MathematicalOps;
|
||||
use rust_decimal::prelude::*;
|
||||
use std::collections::VecDeque;
|
||||
|
||||
mod instructions;
|
||||
mod push;
|
||||
|
Loading…
x
Reference in New Issue
Block a user