Remove an unused ToBigUint import
This commit is contained in:
parent
b21c89de36
commit
8f5a27284c
|
@ -4249,7 +4249,7 @@ mod biguint_tests {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod bigint_tests {
|
mod bigint_tests {
|
||||||
use super::{BigDigit, BigUint, ToBigUint};
|
use super::{BigDigit, BigUint};
|
||||||
use super::{Sign, BigInt, RandBigInt, ToBigInt, big_digit};
|
use super::{Sign, BigInt, RandBigInt, ToBigInt, big_digit};
|
||||||
use super::Sign::{Minus, NoSign, Plus};
|
use super::Sign::{Minus, NoSign, Plus};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue