Fix unused crate warning in test module

This commit is contained in:
Matt Brubeck
2017-09-19 12:25:33 -07:00
parent 1d0ea3fdfe
commit e69436ca96
+1
View File
@@ -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")]