Use pub(crate)

This commit is contained in:
gwenn
2018-07-31 22:17:17 +02:00
parent be6ea9b665
commit 7310cac6f5
4 changed files with 12 additions and 45 deletions

View File

@@ -80,10 +80,8 @@ use raw_statement::RawStatement;
use cache::StatementCache;
pub use statement::Statement;
use statement::StatementCrateImpl;
pub use row::{Row, Rows, MappedRows, AndThenRows, RowIndex};
use row::RowsCrateImpl;
#[allow(deprecated)]
pub use transaction::{SqliteTransaction, SqliteTransactionBehavior};