Merge branch 'master' of https://github.com/twistedfall/rusqlite into twistedfall-master

This commit is contained in:
John Gallagher 2017-11-13 08:30:29 -07:00
commit ccf9e6fe6c

View File

@ -82,7 +82,7 @@ use cache::StatementCache;
pub use statement::Statement;
use statement::StatementCrateImpl;
pub use row::{Row, Rows, MappedRows, AndThenRows};
pub use row::{Row, Rows, MappedRows, AndThenRows, RowIndex};
use row::RowsCrateImpl;
#[allow(deprecated)]