refactor: apply cargo recommended cleanups

This commit is contained in:
Alivecow 2024-11-22 15:28:36 +01:00
parent a5a3ea61fa
commit 5e50ef6091
3 changed files with 3 additions and 8 deletions

View file

@ -1,14 +1,12 @@
use base64::prelude::*;
use std::{str::FromStr, u128, u8, usize};
use std::{u128, u8, usize};
use std::{
cmp::Ordering,
mem::discriminant,
ops::{Add, BitXor, Div, Mul, Sub},
ops::{Add, BitXor, Div, Mul},
};
use anyhow::{anyhow, Ok, Result};
use serde_json::Value;
use super::poly::polynomial_2_block;
use super::{