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
tracing: fix "name / parent" variant of event! (tokio-rs#2983)
## Motivation
In the case of an event with a name and a parent, the change in tokio-rs#2083
to use a free function instead of a method for `is_enabled` was not
applied. This particular variant was also not covered by any tests,
which is how this error slipped through CI.
## Solution
This change fixes the `is_enabled` call and adds additional test
coverage for this macros case.
Co-authored-by: Hayden Stainsby <hds@caffeineconcepts.com>
0 commit comments