mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00

This branch fixes the `tokio-trace` Subscriber benchmarks panicking due to constructing spans with ID 0. They will now use an arbitrary constant instead. Signed-off-by: Eliza Weisman <eliza@buoyant.io>