Always include Client::configure
This commit is contained in:
parent
214413d9dc
commit
f1ac3bd9d7
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user