mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-01 17:50:52 +08:00
Try to fix regression with Rust stable.
This commit is contained in:
parent
0fe1990d34
commit
aea2f876d5
@ -1172,6 +1172,7 @@ impl<'a> RowIndex for &'a str {
|
|||||||
mod test {
|
mod test {
|
||||||
extern crate tempdir;
|
extern crate tempdir;
|
||||||
pub use super::*;
|
pub use super::*;
|
||||||
|
use ffi;
|
||||||
use self::tempdir::TempDir;
|
use self::tempdir::TempDir;
|
||||||
pub use std::error::Error as StdError;
|
pub use std::error::Error as StdError;
|
||||||
pub use std::fmt;
|
pub use std::fmt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user