diff --git a/postgres/src/client.rs b/postgres/src/client.rs index ec973229..bbe4a8bc 100644 --- a/postgres/src/client.rs +++ b/postgres/src/client.rs @@ -58,9 +58,6 @@ impl Client { } /// Returns a new `Config` object which can be used to configure and connect to a database. - /// - /// Requires the `runtime` Cargo feature (enabled by default). - #[cfg(feature = "runtime")] pub fn configure() -> Config { Config::new() }