mirror of
https://github.com/isar/rusqlite.git
synced 2026-03-15 10:39:13 +08:00
Cleanup use statements
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user