Skip to content

Commit 9c3556b

Browse files
committed
rm unused imports
1 parent 1ba3e60 commit 9c3556b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/arraytraits.rs

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
8-
#[cfg(feature = "rustc-serialize")]
9-
use serialize::{Encodable, Encoder, Decodable, Decoder};
108

119
use std::hash;
1210
use std::iter::FromIterator;

0 commit comments

Comments
 (0)