Skip to content

Commit

Permalink
chore: reorder bb8 export to satisfy fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Apr 17, 2024
1 parent 5fcb35f commit c804aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions klickhouse/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ mod types;
mod values;
pub use query::*;

#[cfg(feature = "bb8")]
pub use manager::ConnectionManager;
#[cfg(feature = "bb8")]
pub use bb8;
#[cfg(feature = "bb8")]
pub use manager::ConnectionManager;

pub use uuid::Uuid;

Expand Down

0 comments on commit c804aab

Please sign in to comment.