We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9116147 commit e4bb2aeCopy full SHA for e4bb2ae
1 file changed
postgres/src/client.rs
@@ -25,7 +25,7 @@ impl Client {
25
}
26
27
#[cfg(feature = "runtime")]
28
- pub fn builder() -> Config {
+ pub fn configure() -> Config {
29
Config::new()
30
31
0 commit comments