refactor: Apply cargo recommended refactoring

This commit is contained in:
Alivecow 2024-11-28 15:10:02 +01:00
parent c0685e9b7b
commit dd19c90ae1
5 changed files with 7 additions and 15 deletions

View file

@ -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};