mirror of https://github.com/fafhrd91/actix-web
make ClientBuilder::_finish private
This commit is contained in:
parent
84c6e79aaa
commit
7393abb1c3
|
@ -249,7 +249,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
pub fn _finish(self) -> Client
|
||||
fn _finish(self) -> Client
|
||||
where
|
||||
M: Transform<ConnectorService, ConnectRequest> + 'static,
|
||||
M::Transform:
|
||||
|
|
Loading…
Reference in New Issue