Browse Source

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

Richard Janis Goldschmidt 8 years ago
parent
commit
c8543380ea
1 changed files with 0 additions and 3 deletions
  1. 0 3
      complex/src/lib.rs

+ 0 - 3
complex/src/lib.rs

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