tracing/tracing-subscriber/tests
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
..
env_filter mock: complete API documentation including expect module (#2494) 2024-11-02 12:25:10 +01:00
subscriber_filters chore: fix new Clippy lints in Rust 1.83.0 (#3164) 2024-11-29 16:51:52 +01:00
cached_subscriber_filters_dont_break_other_subscribers.rs mock: change helper functions to expect::<thing> (#2377) 2022-11-11 09:53:06 -08:00
duplicate_spans.rs tests: put mocking functionality into a crate (#2009) 2022-03-22 10:37:15 -07:00
event_enabling.rs core, subscriber: add event_enabled to filter events on fields (#2008) 2022-06-21 18:02:21 +00:00
field_filter.rs chore: fix warnings about unexpected cfg(feature) values (#2968) 2024-05-21 10:58:12 -04:00
filter_log.rs mock: change helper functions to expect::<thing> (#2377) 2022-11-11 09:53:06 -08:00
fmt_max_level_hint.rs chore: port #1532 to master (#1533) 2021-09-02 14:37:11 -04:00
hinted_subscriber_filters_dont_break_other_subscribers.rs mock: change helper functions to expect::<thing> (#2377) 2022-11-11 09:53:06 -08:00
multiple_subscriber_filter_interests_cached.rs mock: change helper functions to expect::<thing> (#2377) 2022-11-11 09:53:06 -08:00
option.rs subscriber: fix None subscribers setting the max level to OFF (#2321) 2022-09-27 10:52:26 -07:00
option_filter_interest_caching.rs subscriber: Implement subscribe::Filter for Option<Filter> (#2407) 2023-09-28 23:57:49 +00:00
registry_max_level_hint.rs chore: port #1532 to master (#1533) 2021-09-02 14:37:11 -04:00
registry_with_subscriber.rs subscriber: fix clippy lints (#2191) 2022-06-30 14:10:01 -07:00
reload.rs subscriber: fix flaky reload tests 2023-11-14 18:08:35 +00:00
reload_max_log_level.rs mock: change helper functions to expect::<thing> (#2377) 2022-11-11 09:53:06 -08:00
same_len_filters.rs mock: document public APIs in span module (#2442) 2023-11-14 10:57:14 +01:00
subscriber_filter_interests_are_cached.rs mock: change helper functions to expect::<thing> (#2377) 2022-11-11 09:53:06 -08:00
unhinted_subscriber_filters_dont_break_other_subscribers.rs mock: change helper functions to expect::<thing> (#2377) 2022-11-11 09:53:06 -08:00
utils.rs mock: change helper functions to expect::<thing> (#2377) 2022-11-11 09:53:06 -08:00
vec.rs subscriber: fix max_level_hint for empty Option/Vec Subscribe impls (#2195) 2022-07-01 00:15:07 +00:00
vec_subscriber_filter_interests_cached.rs mock: change helper functions to expect::<thing> (#2377) 2022-11-11 09:53:06 -08:00