Skip to content

Commit

Permalink
Rename Client::builder to Client::configure
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 30, 2018
1 parent 9116147 commit e4bb2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl Client {
}

#[cfg(feature = "runtime")]
pub fn builder() -> Config {
pub fn configure() -> Config {
Config::new()
}

Expand Down

0 comments on commit e4bb2ae

Please sign in to comment.