You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reviewing the documentation on docs.rs and was reading the page for the instrument macro and clicked on the link for the Value trait. It has an extra . at the end of the link but I'm not sure why. I cloned the repo on my local machine and couldn't reproduce the problem so I wasn't able to send a PR to fix it. I'm not sure if I should have created the issue on docs.rs instead but wasn't even sure where I would do that. So creating this and hoping someone can help or point me in the right direction for how to fix it. (Or just occurred to me maybe it's already been fixed which is why I can't reproduce it.)
The last release of tracing was 8 months ago so there's a chance someone else fixed it and that's why you can't reproduce it. So maybe try on the tagged commit of the release if you didn't.
Bug Report
Version
0.1.40
Platform
Using Firefox.
Description
I was reviewing the documentation on docs.rs and was reading the page for the instrument macro and clicked on the link for the
Value trait
. It has an extra.
at the end of the link but I'm not sure why. I cloned the repo on my local machine and couldn't reproduce the problem so I wasn't able to send a PR to fix it. I'm not sure if I should have created the issue on docs.rs instead but wasn't even sure where I would do that. So creating this and hoping someone can help or point me in the right direction for how to fix it. (Or just occurred to me maybe it's already been fixed which is why I can't reproduce it.)Actual link on docs.rs that doesn't work https://docs.rs/tracing/latest/tracing/field/trait.Value.html.
Link that works (similar to what I get locally) https://docs.rs/tracing/latest/tracing/field/trait.Value.html
Screenshot of what I get from the first (not working) link is below
The text was updated successfully, but these errors were encountered: