Skip to content

Commit 0f0d5ee

Browse files
committed
Fix our doc upload step
1 parent c5c7acc commit 0f0d5ee

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

azure-pipelines.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,8 @@ jobs:
309309
displayName: "Doc - build the API documentation"
310310
steps:
311311
- template: ci/azure-install-rust.yml
312-
# TODO: switch this back to `stable` when async/await is stable
313312
parameters:
314-
toolchain: beta
315-
# Install rustfmt so we can format the web-sys bindings
316-
- script: rustup component add rustfmt
317-
displayName: "Install rustfmt"
313+
toolchain: nightly
318314
# Temporarily disable sccache because it is failing on CI.
319315
# - template: ci/azure-install-sccache.yml
320316
- script: cargo doc --no-deps --features 'nightly serde-serialize'
@@ -323,8 +319,6 @@ jobs:
323319
displayName: "Document js-sys"
324320
- script: cargo doc --no-deps --manifest-path crates/web-sys/Cargo.toml --all-features
325321
displayName: "Document web-sys"
326-
env:
327-
WEBIDL_RUSTFMT_BINDINGS: 1
328322
- script: cargo doc --no-deps --manifest-path crates/futures/Cargo.toml
329323
displayName: "Document wasm-bindgen-futures"
330324
# Make a tarball even though a zip is uploaded, it looks like the tarball

0 commit comments

Comments
 (0)