Explorar o código

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

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