Bläddra i källkod

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

Richard Janis Goldschmidt 8 år sedan
förälder
incheckning
7339d6cb9a
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      rational/src/lib.rs

+ 0 - 3
rational/src/lib.rs

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