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
core: fix incorrect docs in tracing_core::LevelFilter (#1692)
Resolves#1669. Namely, I:
- fixed the incorrect docs on `LevelFilter`.
- Removed a stray backtick on `LevelFilter::current`.
- Added a matching backtick in Level's documentation.
I did _not_ add example of comparing a level against a `LevelFilter`; I
instead pointed readers to Level's documentation.
0 commit comments