Roll convenient.rs into statement.rs.

This commit is contained in:
John Gallagher
2017-03-08 11:26:25 -05:00
parent 5bd7cb37c7
commit 6bd8516511
3 changed files with 112 additions and 129 deletions

View File

@@ -104,7 +104,6 @@ mod version;
mod transaction;
mod cache;
mod error;
mod convenient;
mod raw_statement;
mod statement;
#[cfg(feature = "load_extension")]