File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -309,12 +309,8 @@ jobs:
309
309
displayName : " Doc - build the API documentation"
310
310
steps :
311
311
- template : ci/azure-install-rust.yml
312
- # TODO: switch this back to `stable` when async/await is stable
313
312
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
318
314
# Temporarily disable sccache because it is failing on CI.
319
315
# - template: ci/azure-install-sccache.yml
320
316
- script : cargo doc --no-deps --features 'nightly serde-serialize'
@@ -323,8 +319,6 @@ jobs:
323
319
displayName : " Document js-sys"
324
320
- script : cargo doc --no-deps --manifest-path crates/web-sys/Cargo.toml --all-features
325
321
displayName : " Document web-sys"
326
- env :
327
- WEBIDL_RUSTFMT_BINDINGS : 1
328
322
- script : cargo doc --no-deps --manifest-path crates/futures/Cargo.toml
329
323
displayName : " Document wasm-bindgen-futures"
330
324
# Make a tarball even though a zip is uploaded, it looks like the tarball
You can’t perform that action at this time.
0 commit comments