tokio-rs / tracing

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

Doc links broken in instrument documentation #2889

Closed taladar closed 5 months ago

taladar commented 5 months ago

In the second paragraph in https://docs.rs/tracing/latest/tracing/attr.instrument.html the link to the Value trait includes a period at the end and does not work and the std::fmt::Debug link is completely broken for some reason.

kaffarell commented 5 months ago

This is already fixed by #2780