tracing/tracing-tower
Eliza Weisman 7e1e424e6f
tower: impl Clone for service_span::MakeService (#211)
## Motivation

The `MakeService` type in `tracing_tower::service_span` was 
missing a `Clone` implementation.

## Solution

This PR adds the missing `Clone` impl.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
2019-07-23 12:51:55 -07:00
..