tokio-rs / tracing

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

Broken link in documentation. #3010

Closed your-diary closed 2 weeks ago

your-diary commented 2 weeks ago

The trailing . in lib.rs:102 is redundant, making the link broken:

/// [`Value` trait]: https://docs.rs/tracing/latest/tracing/field/trait.Value.html.
                                                                                  ↑
                                                                              redundant
kaffarell commented 2 weeks ago

Fixed already with #2780

your-diary commented 2 weeks ago

@kaffarell Oh, sorry. Thank you for your work!