This repository has been archived on 2026-03-27. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
tracing/examples/examples
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
..
fmt examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
sloggish chore: fix new Clippy lints in Rust 1.83.0 (#3164) 2024-11-29 16:51:52 +01:00
all-levels.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
appender-multifile.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
async-fn.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
attrs-args.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
attrs-basic.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
attrs-literal-field-names.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
counters.rs chore: fix new Clippy lints in Rust 1.83.0 (#3164) 2024-11-29 16:51:52 +01:00
custom-error.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
echo.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
fmt-compact.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
fmt-custom-event.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
fmt-custom-field.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
fmt-json.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
fmt-multiple-writers.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
fmt-pretty.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
fmt-source-locations.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
fmt-stderr.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
fmt.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
futures-proxy-server.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
hyper-echo.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
inferno-flame.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
instrumented-error.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
journald.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
log.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
map-traced-error.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
panic_hook.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
serde-yak-shave.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
spawny-thing.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
subscriber-filter.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
thread-info.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
toggle-subscribers.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
tokio-spawny-thing.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
tokio_panic_hook.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
tower-client.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
tower-load.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00
tower-server.rs examples: add note to examples that they are for tracing 0.2.0 (#3099) 2024-10-09 15:31:11 -04:00