Rename Client::builder to Client::configure
This commit is contained in:
@@ -25,7 +25,7 @@ impl Client {
|
||||
}
|
||||
|
||||
#[cfg(feature = "runtime")]
|
||||
pub fn builder() -> Config {
|
||||
pub fn configure() -> Config {
|
||||
Config::new()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user