Cleanup use statements

This commit is contained in:
gwenn
2019-08-17 08:18:37 +02:00
parent 28a48ec7c1
commit 08e32444c9
7 changed files with 13 additions and 21 deletions

View File

@@ -36,8 +36,8 @@ impl FromSql for time::Timespec {
#[cfg(test)]
mod test {
use super::time;
use crate::{Connection, Result, NO_PARAMS};
use time;
fn checked_memory_handle() -> Connection {
let db = Connection::open_in_memory().unwrap();