Pre: Fix warnings.

This commit is contained in:
Nick Alexander 2018-05-28 14:33:25 -07:00
parent 729fe59578
commit 47a0f40cce

View file

@ -124,11 +124,6 @@ mod test {
Store, Store,
}; };
use mentat_core::{
DateTime,
Utc,
};
#[test] #[test]
fn test_scalar_query() { fn test_scalar_query() {
let mut store = Store::open("").expect("store connection"); let mut store = Store::open("").expect("store connection");