Rename Client::builder to Client::configure

This commit is contained in:
Steven Fackler
2018-12-29 21:05:01 -08:00
parent 9116147aee
commit e4bb2aedfb

View File

@@ -25,7 +25,7 @@ impl Client {
}
#[cfg(feature = "runtime")]
pub fn builder() -> Config {
pub fn configure() -> Config {
Config::new()
}