Fixes some warnings in numeric_encoded tests

pull/10/head
Tpt 6 years ago
parent 4c01f08e90
commit f1554b7d4d
  1. 6
      lib/src/store/numeric_encoder.rs

@ -702,10 +702,6 @@ impl<S: StringStore + Default> Default for Encoder<S> {
} }
} }
mod test {
use model::*;
use store::numeric_encoder::*;
#[test] #[test]
fn test_encoding() { fn test_encoding() {
let encoder: Encoder<MemoryStringStore> = Encoder::default(); let encoder: Encoder<MemoryStringStore> = Encoder::default();
@ -733,5 +729,3 @@ mod test {
assert_eq!(size_of::<EncodedTerm>(), 24); assert_eq!(size_of::<EncodedTerm>(), 24);
} }
}

Loading…
Cancel
Save