mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-30 05:18:56 +08:00
Cleanup use statements
This commit is contained in:
@@ -850,13 +850,12 @@ unsafe fn db_filename(_: *mut ffi::sqlite3) -> Option<PathBuf> {
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use self::tempdir::TempDir;
|
||||
pub use super::*;
|
||||
use super::*;
|
||||
use crate::ffi;
|
||||
use fallible_iterator::FallibleIterator;
|
||||
pub use std::error::Error as StdError;
|
||||
pub use std::fmt;
|
||||
use tempdir;
|
||||
use std::error::Error as StdError;
|
||||
use std::fmt;
|
||||
use tempdir::TempDir;
|
||||
|
||||
// this function is never called, but is still type checked; in
|
||||
// particular, calls with specific instantiations will require
|
||||
|
||||
Reference in New Issue
Block a user