فهرست منبع

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

Richard Janis Goldschmidt 8 سال پیش
والد
کامیت
7339d6cb9a
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  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};