-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tracing-core
referring to documentation for an old version
#2383
Comments
No reason, I think I just forgot to update that. In fact, I believe that attribute is no longer necessary and can be removed entirely. |
This was referenced Nov 16, 2022
Awesome - I have opened two PRs to rip them out then 🙇🏻 |
davidbarsky
pushed a commit
that referenced
this issue
Nov 16, 2022
hawkw
pushed a commit
that referenced
this issue
Apr 21, 2023
Fixes #2383. ; Conflicts: ; tracing-appender/src/lib.rs ; tracing-attributes/src/lib.rs ; tracing-core/src/lib.rs ; tracing-error/src/lib.rs ; tracing-futures/src/lib.rs ; tracing-log/src/lib.rs ; tracing-opentelemetry/src/lib.rs ; tracing-serde/src/lib.rs ; tracing-subscriber/src/lib.rs ; tracing/src/lib.rs
hawkw
pushed a commit
that referenced
this issue
Apr 21, 2023
Fixes #2383. ; Conflicts: ; tracing-appender/src/lib.rs ; tracing-attributes/src/lib.rs ; tracing-core/src/lib.rs ; tracing-error/src/lib.rs ; tracing-futures/src/lib.rs ; tracing-log/src/lib.rs ; tracing-opentelemetry/src/lib.rs ; tracing-serde/src/lib.rs ; tracing-subscriber/src/lib.rs ; tracing/src/lib.rs
kaffarell
pushed a commit
to kaffarell/tracing
that referenced
this issue
May 22, 2024
…rs#2384) Fixes tokio-rs#2383. ; Conflicts: ; tracing-appender/src/lib.rs ; tracing-attributes/src/lib.rs ; tracing-core/src/lib.rs ; tracing-error/src/lib.rs ; tracing-futures/src/lib.rs ; tracing-log/src/lib.rs ; tracing-opentelemetry/src/lib.rs ; tracing-serde/src/lib.rs ; tracing-subscriber/src/lib.rs ; tracing/src/lib.rs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working on some cursed projects, this line in
tracing-core
came to my attention.Is there a reason why we pin the HTML root for the docs to the documentation generated for
0.1.17
, while the current latest is0.1.30
?The text was updated successfully, but these errors were encountered: