Skip to content

Commit 597af6c

Browse files
authored
Document unstable APIs in master docs (#2025)
1 parent db49d81 commit 597af6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ jobs:
281281
displayName: "Document js-sys"
282282
- script: cargo doc --no-deps --manifest-path crates/web-sys/Cargo.toml --all-features
283283
displayName: "Document web-sys"
284+
env:
285+
RUSTDOCFLAGS: --cfg=web_sys_unstable_apis
284286
- script: cargo doc --no-deps --manifest-path crates/futures/Cargo.toml
285287
displayName: "Document wasm-bindgen-futures"
286288
# Make a tarball even though a zip is uploaded, it looks like the tarball

0 commit comments

Comments
 (0)