Skip to content

Commit 788ffd3

Browse files
author
default
committed
fix: Don't use cfg(docsrs) in CI
1 parent 80a1d88 commit 788ffd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-lang-rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# The result is environment independent, so one test pattern is enough.
107107
if: matrix.rust == 'nightly' && matrix.runner.target == 'x86_64-unknown-linux-gnu'
108108
env:
109-
RUSTDOCFLAGS: --cfg docsrs -Dwarnings
109+
RUSTDOCFLAGS: -Dwarnings
110110
run: cargo doc --lib --no-deps --document-private-items --features derive
111111

112112
- name: Rust Format

0 commit comments

Comments
 (0)