Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: fix incorrect (incorrectly updated) docs for LevelFilter (tokio…
…-rs#2767) These docs were updated (in response to tokio-rs#1669), but the "or equal to" phrase should have been moved to the other case. Fixes: tokio-rs#1993 ## Motivation When these docs were updated in response to tokio-rs#1669, they were updated incompletely (a level that is equal to a filter is _enabled_, not _disabled_) and therefore remained incorrect. ## Solution The docs were updated, moving the "or equal to" phrase to the other case.
- Loading branch information