Remove redundant type args

This commit is contained in:
Rajasekharan Vengalil 2020-01-14 18:02:49 -08:00
parent c40481940f
commit 83d91a0a55
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ where
U: IntoServiceFactory<S>,
{
apply(
TracingTransform::<_, S, _>::new(make_span),
TracingTransform::new(make_span),
service_factory.into_factory(),
)
}