Skip to content

Commit c73bbaf

Browse files
committed
CI Allow Rust lint unexpected_cfgs for cfg CHANNEL_NIGHTLY
1 parent 676dca0 commit c73bbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ jobs:
125125
- name: Run rustdoc
126126
run: |
127127
cd spdlog
128-
cargo +nightly rustdoc --all-features --verbose -- -D warnings
128+
cargo +nightly rustdoc --all-features --verbose -- -D warnings -A unexpected_cfgs
129129
cd ../spdlog-macros
130-
cargo +nightly rustdoc --all-features --verbose -- -D warnings
130+
cargo +nightly rustdoc --all-features --verbose -- -D warnings -A unexpected_cfgs
131131
132132
check-msrv:
133133
strategy:

0 commit comments

Comments
 (0)