Explorar o código

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

Richard Janis Goldschmidt %!s(int64=8) %!d(string=hai) anos
pai
achega
c8543380ea
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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