signal: make windows docs for signal module show up on unix builds (#3770)

This commit is contained in:
Alice Ryhl
2021-08-02 20:55:17 +02:00
committed by GitHub
parent cf02b3f32d
commit 69a6585429
7 changed files with 197 additions and 176 deletions
+1
View File
@@ -286,6 +286,7 @@ jobs:
- name: "doc --lib --all-features"
run: cargo doc --lib --no-deps --all-features --document-private-items
env:
RUSTFLAGS: --cfg docsrs
RUSTDOCFLAGS: --cfg docsrs -Dwarnings
loom: