Run rustfmt (nightly)

This commit is contained in:
Ivan Ukhov
2017-08-26 07:52:28 +02:00
parent 7c5d11120a
commit e0793a38a6
3 changed files with 16 additions and 34 deletions

View File

@ -295,7 +295,7 @@ mod statement;
pub use connection::Connection;
pub use cursor::Cursor;
pub use statement::{Statement, State, Bindable, Readable};
pub use statement::{Bindable, Readable, State, Statement};
/// Open a connection to a new or existing database.
#[inline]