Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1ac3bd

Browse files
committed
Always include Client::configure
1 parent 214413d commit f1ac3bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

postgres/src/client.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ impl Client {
5858
}
5959

6060
/// Returns a new `Config` object which can be used to configure and connect to a database.
61-
///
62-
/// Requires the `runtime` Cargo feature (enabled by default).
63-
#[cfg(feature = "runtime")]
6461
pub fn configure() -> Config {
6562
Config::new()
6663
}

0 commit comments

Comments
 (0)