tokio-rs / tracing

Application level tracing for Rust.
https://tracing.rs
MIT License
5.19k stars 677 forks source link

Fix errant backtick in WeakDispatch docs #2873

Open jonhoo opened 5 months ago

jonhoo commented 5 months ago

See the rendering error on https://docs.rs/tracing/0.1.40/tracing/dispatcher/struct.WeakDispatch.html.

Note: this error is not present on master.

jonhoo commented 5 months ago

The clippy error appears unrelated.