Remove an unused ToBigUint import

This commit is contained in:
Josh Stone 2016-07-12 00:40:10 -07:00
parent b21c89de36
commit 8f5a27284c
1 changed files with 1 additions and 1 deletions

View File

@ -4249,7 +4249,7 @@ mod biguint_tests {
#[cfg(test)]
mod bigint_tests {
use super::{BigDigit, BigUint, ToBigUint};
use super::{BigDigit, BigUint};
use super::{Sign, BigInt, RandBigInt, ToBigInt, big_digit};
use super::Sign::{Minus, NoSign, Plus};