Remove `use`ing serde. Import through `extern crate` is enough

This commit is contained in:
Richard Janis Goldschmidt 2016-06-13 15:46:56 +02:00
parent 72a146b9ed
commit c8543380ea
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ use std::fmt;
use std::hash;
use std::ops::{Add, Div, Mul, Neg, Sub};
#[cfg(feature = "serde")]
use serde;
use traits::{Zero, One, Num, Float};
// FIXME #1284: handle complex NaN & infinity etc. This