Remove redundant `use serde`; it is an external crate.

This commit is contained in:
Richard Janis Goldschmidt 2016-08-16 00:45:20 +02:00
parent ccdf307cee
commit 7339d6cb9a
1 changed files with 0 additions and 3 deletions

View File

@ -28,9 +28,6 @@ use std::hash;
use std::ops::{Add, Div, Mul, Neg, Rem, Sub};
use std::str::FromStr;
#[cfg(feature = "serde")]
use serde;
#[cfg(feature = "num-bigint")]
use bigint::{BigInt, BigUint, Sign};