-
Notifications
You must be signed in to change notification settings - Fork 757
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
Context docs in tracing-subscriber reference scope method that does not exist #2890
Comments
kaffarell
added a commit
to kaffarell/tracing
that referenced
this issue
Feb 29, 2024
In the documentation of the layer context span_scope method, the note contained a reference to a `scope()` method, which was removed some time ago. Also fixed a phrasing error above. Fixes: tokio-rs#2890
kaffarell
added a commit
to kaffarell/tracing
that referenced
this issue
Mar 4, 2024
In the documentation of the layer context span_scope method, the note contained a reference to a `scope()` method, which was removed some time ago. Also fixed a phrasing error above. Fixes: tokio-rs#2890
davidbarsky
pushed a commit
that referenced
this issue
May 25, 2024
In the documentation of the layer context span_scope method, the note contained a reference to a `scope()` method, which was removed some time ago. Also fixed a phrasing error above. Fixes: #2890
hds
pushed a commit
that referenced
this issue
Nov 21, 2024
In the documentation of the layer context span_scope method, the note contained a reference to a `scope()` method, which was removed some time ago. Also fixed a phrasing error above. Fixes: #2890
hds
pushed a commit
that referenced
this issue
Nov 22, 2024
In the documentation of the layer context span_scope method, the note contained a reference to a `scope()` method, which was removed some time ago. Also fixed a phrasing error above. Fixes: #2890
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
https://docs.rs/tracing-subscriber/latest/tracing_subscriber/layer/struct.Context.html
there are some notes about the ordering of returned scopes by a scope method that does not seem to exist.
The text was updated successfully, but these errors were encountered: