Closed artshell closed 4 months ago
Reconnect::new() Generic parameters are redundant
Reconnect::new()
S, Request>
pub fn new<S, Request>(mk_service: M, target: Target) -> Self { Reconnect { mk_service, state: State::Idle, target, error: None, } }
Good spot, opened a PR for you at https://github.com/tower-rs/tower/pull/755
@GlenDC
thanks!
Reconnect::new()
Generic parameters are redundantS, Request>