File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ edition = "2018"
15
15
16
16
[package .metadata .docs .rs ]
17
17
features = [" serde-serialize" ]
18
- rustc-args = [" --cfg=web_sys_unstable_apis" ]
19
18
20
19
[lib ]
21
20
test = false
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ jobs:
328
328
- script : cargo doc --no-deps --manifest-path crates/web-sys/Cargo.toml --all-features
329
329
displayName : " Document web-sys"
330
330
env :
331
- RUSTFLAGS : --cfg=web_sys_unstable_apis
331
+ RUSTDOCFLAGS : --cfg=web_sys_unstable_apis
332
332
- script : cargo doc --no-deps --manifest-path crates/futures/Cargo.toml
333
333
displayName : " Document wasm-bindgen-futures"
334
334
# Make a tarball even though a zip is uploaded, it looks like the tarball
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ edition = "2018"
14
14
15
15
[package .metadata .docs .rs ]
16
16
all-features = true
17
+ rustdoc-args = [" --cfg=web_sys_unstable_apis" ]
17
18
18
19
[lib ]
19
20
doctest = false
You can’t perform that action at this time.
0 commit comments