We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db49d81 commit 597af6cCopy full SHA for 597af6c
azure-pipelines.yml
@@ -281,6 +281,8 @@ jobs:
281
displayName: "Document js-sys"
282
- script: cargo doc --no-deps --manifest-path crates/web-sys/Cargo.toml --all-features
283
displayName: "Document web-sys"
284
+ env:
285
+ RUSTDOCFLAGS: --cfg=web_sys_unstable_apis
286
- script: cargo doc --no-deps --manifest-path crates/futures/Cargo.toml
287
displayName: "Document wasm-bindgen-futures"
288
# Make a tarball even though a zip is uploaded, it looks like the tarball
0 commit comments