Try to fix regression with Rust stable.

This commit is contained in:
gwenn 2016-02-14 16:24:35 +01:00
parent 0fe1990d34
commit aea2f876d5

View File

@ -1172,6 +1172,7 @@ impl<'a> RowIndex for &'a str {
mod test {
extern crate tempdir;
pub use super::*;
use ffi;
use self::tempdir::TempDir;
pub use std::error::Error as StdError;
pub use std::fmt;