mirror of https://github.com/fafhrd91/actix-net
Remove redundant type args
This commit is contained in:
parent
c40481940f
commit
83d91a0a55
|
@ -124,7 +124,7 @@ where
|
|||
U: IntoServiceFactory<S>,
|
||||
{
|
||||
apply(
|
||||
TracingTransform::<_, S, _>::new(make_span),
|
||||
TracingTransform::new(make_span),
|
||||
service_factory.into_factory(),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue