refactor: apply cargo recommended cleanups
This commit is contained in:
parent
a5a3ea61fa
commit
5e50ef6091
3 changed files with 3 additions and 8 deletions
|
|
@ -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::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue