diff --git a/src/client/mod.rs b/src/client/mod.rs index 1f217a7389..cad107edaa 100644 --- a/src/client/mod.rs +++ b/src/client/mod.rs @@ -322,7 +322,7 @@ impl Config { /// Set the `Connect` type to be used. #[inline] - pub fn connector(self, val: CC) -> Config { + pub fn connector(self, val: CC) -> Config { Config { _body_type: self._body_type, //connect_timeout: self.connect_timeout,