Skip to content

Commit e4bb2ae

Browse files
committed
Rename Client::builder to Client::configure
1 parent 9116147 commit e4bb2ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgres/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ impl Client {
2525
}
2626

2727
#[cfg(feature = "runtime")]
28-
pub fn builder() -> Config {
28+
pub fn configure() -> Config {
2929
Config::new()
3030
}
3131

0 commit comments

Comments
 (0)