Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix expected-cfg-checks for logging features
Rustc 1.84 (nightly) introduced that the `unexpected_cfg`s lint will now be reported for external macros (see rust-lang/rust#132577), leading to some of our builds failing due to our `level = "forbid"` config of unexpected cfg flags. Here, we add the logging features to the expected features of the workspace to mitigiate this issue and fix builds.
- Loading branch information