mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-23 00:00:10 +02: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 <[email protected]>