mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-29 05:52:37 +00:00

## 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>