Skip to content

Commit 983de2e

Browse files
committed
Rustfmt
1 parent e4bb2ae commit 983de2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

postgres/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ use lazy_static::lazy_static;
33
#[cfg(feature = "runtime")]
44
use tokio::runtime::{self, Runtime};
55

6+
mod client;
67
#[cfg(feature = "runtime")]
78
mod config;
8-
mod client;
99
mod copy_out_reader;
1010
mod portal;
1111
mod query;
@@ -18,9 +18,9 @@ mod transaction;
1818
#[cfg(test)]
1919
mod test;
2020

21+
pub use crate::client::*;
2122
#[cfg(feature = "runtime")]
2223
pub use crate::config::*;
23-
pub use crate::client::*;
2424
pub use crate::copy_out_reader::*;
2525
pub use crate::portal::*;
2626
pub use crate::query::*;

0 commit comments

Comments
 (0)