Commit 52bfe27
committed
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.1 parent 0c31021 commit 52bfe27
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
0 commit comments