tracing/tracing/src
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
..
collect.rs core: remove misleading dispatcher docs (#2220) 2022-07-14 19:50:42 +00:00
dispatch.rs core: add Dispatch::downgrade() and WeakDispatch (#2293) 2022-09-24 20:18:03 +00:00
field.rs chore: fix new Clippy lints in Rust 1.83.0 (#3164) 2024-11-29 16:51:52 +01:00
instrument.rs chore: fix new Clippy lints in Rust 1.83.0 (#3164) 2024-11-29 16:51:52 +01:00
level_filters.rs Remove dep cfg-if from tracing (#2553) 2023-04-12 14:06:59 -07:00
lib.rs Add json-subscriber to ecosystem (#3121) 2024-10-30 15:05:25 +01:00
macros.rs fix: prefix macro calls with ::core to avoid clashing with local macros (#3024) 2024-07-24 13:53:17 -04:00
span.rs chore: fix new Clippy lints in Rust 1.83.0 (#3164) 2024-11-29 16:51:52 +01:00