Always include Client::configure

This commit is contained in:
Steven Fackler 2020-01-08 17:29:45 -08:00
parent 214413d9dc
commit f1ac3bd9d7

View File

@ -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()
}