We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unexpected_cfgs
CHANNEL_NIGHTLY
1 parent 676dca0 commit 08328a4Copy full SHA for 08328a4
.github/workflows/ci.yml
@@ -125,9 +125,10 @@ jobs:
125
- name: Run rustdoc
126
run: |
127
cd spdlog
128
- cargo +nightly rustdoc --all-features --verbose -- -D warnings
+ # The reason for allowing lint `unexpected_cfgs` not in `build.rs` or `Cargo.toml` but in CI is that we need to keep MSRV
129
+ cargo +nightly rustdoc --all-features --verbose -- -D warnings -A unexpected_cfgs
130
cd ../spdlog-macros
131
132
133
check-msrv:
134
strategy:
0 commit comments