refactor: Apply cargo recommended refactoring
This commit is contained in:
parent
c0685e9b7b
commit
dd19c90ae1
5 changed files with 7 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use std::usize;
|
||||
|
||||
use num::{cast::AsPrimitive, pow::Pow, traits::ToBytes, BigUint, FromPrimitive};
|
||||
use num::{pow::Pow, BigUint, FromPrimitive};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use super::poly::{gcd, Polynomial};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue