From 597af6c2e6d2f2f460b3aecfde72bc0aae1d8574 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 3 Mar 2020 10:45:59 -0600 Subject: [PATCH] Document unstable APIs in master docs (#2025) --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c3062e48..e4da1a36 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -281,6 +281,8 @@ jobs: displayName: "Document js-sys" - script: cargo doc --no-deps --manifest-path crates/web-sys/Cargo.toml --all-features displayName: "Document web-sys" + env: + RUSTDOCFLAGS: --cfg=web_sys_unstable_apis - script: cargo doc --no-deps --manifest-path crates/futures/Cargo.toml displayName: "Document wasm-bindgen-futures" # Make a tarball even though a zip is uploaded, it looks like the tarball