We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1addb commit 10cbc78Copy full SHA for 10cbc78
azure-pipelines.yml
@@ -257,6 +257,9 @@ jobs:
257
displayName: "Doc - build the API documentation"
258
steps:
259
- template: ci/azure-install-rust.yml
260
+ # Install rustfmt so we can format the web-sys bindings
261
+ - script: rustup component add rustfmt
262
+ displayName: "Install rustfmt"
263
- template: ci/azure-install-sccache.yml
264
- script: cargo doc --no-deps --features 'nightly serde-serialize'
265
displayName: "Document wasm-bindgen"
0 commit comments