From aea2f876d53b068d086112395300935aeaf8224e Mon Sep 17 00:00:00 2001 From: gwenn Date: Sun, 14 Feb 2016 16:24:35 +0100 Subject: [PATCH] Try to fix regression with Rust stable. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 9d1c7d6..9c0f322 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;