Skip to content

Commit 584aca4

Browse files
committed
rustfmt
1 parent a254e6e commit 584aca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ pub use crate::row_iter::RowIter;
7272
pub use crate::tls::NoTls;
7373
pub use crate::transaction::*;
7474

75+
pub mod binary_copy;
7576
mod client;
7677
pub mod config;
7778
mod copy_in_writer;
7879
mod copy_out_reader;
7980
mod lazy_pin;
80-
pub mod binary_copy;
8181
mod row_iter;
8282
mod transaction;
8383

0 commit comments

Comments
 (0)