tracing/tracing/benches
Hayden Stainsby c8049f6e30
chore: fix new Clippy lints in Rust 1.83.0 (#3164)
Most of these changes are places where lifetimes were named, but can be
elided. Then a few cases where a lifetime was elided, but actually
resolves to a named lifetime. So lots of lifetimes.
2024-11-29 16:51:52 +01:00
..
baseline.rs tracing: reorganize benchmarks for comparability (#2178) 2022-06-24 13:30:36 -07:00
dispatch_get_clone.rs tracing: reorganize benchmarks for comparability (#2178) 2022-06-24 13:30:36 -07:00
dispatch_get_ref.rs tracing: reorganize benchmarks for comparability (#2178) 2022-06-24 13:30:36 -07:00
empty_span.rs tracing: reorganize benchmarks for comparability (#2178) 2022-06-24 13:30:36 -07:00
enter_span.rs tracing: reorganize benchmarks for comparability (#2178) 2022-06-24 13:30:36 -07:00
event.rs tracing: reorganize benchmarks for comparability (#2178) 2022-06-24 13:30:36 -07:00
shared.rs chore: fix new Clippy lints in Rust 1.83.0 (#3164) 2024-11-29 16:51:52 +01:00
span_fields.rs tracing: reorganize benchmarks for comparability (#2178) 2022-06-24 13:30:36 -07:00
span_no_fields.rs tracing: reorganize benchmarks for comparability (#2178) 2022-06-24 13:30:36 -07:00
span_repeated.rs tracing: reorganize benchmarks for comparability (#2178) 2022-06-24 13:30:36 -07:00