From e69436ca96a0924c60b57227ba4576e737992fec Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 19 Sep 2017 12:25:33 -0700 Subject: [PATCH] Fix unused crate warning in test module --- lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib.rs b/lib.rs index d63d8ea..92f19e5 100644 --- a/lib.rs +++ b/lib.rs @@ -1696,6 +1696,7 @@ pub mod tests { assert_eq!(small_vec.as_ref(), data.as_ref()); } + #[cfg(feature = "serde")] extern crate bincode; #[cfg(feature = "serde")]