A few minor adjustments

This commit is contained in:
Ivan Ukhov
2015-05-29 13:34:48 -04:00
parent ae0a12444b
commit e56b3891bc
3 changed files with 9 additions and 4 deletions

View File

@ -109,7 +109,7 @@ mod database;
mod statement;
pub use database::{Database, ExecuteCallback};
pub use statement::{Statement, Binding};
pub use statement::{Statement, Binding, Value};
/// Open a database.
#[inline]