Skip to content

Commit 9d014e9

Browse files
committed
Remove emscripten docs
1 parent 7d1d575 commit 9d014e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@
7272
#![cfg_attr(target_os = "dragonfly", doc(
7373
html_root_url = "https://doc.rust-lang.org/libc/x86_64-unknown-dragonfly"
7474
))]
75-
#![cfg_attr(all(target_os = "emscripten", target_arch = "asmjs"), doc(
76-
html_root_url = "https://doc.rust-lang.org/libc/asmjs-unknown-emscripten"
77-
))]
7875

7976
// Attributes needed when building as part of the standard library
8077
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api, custom_attribute))]

0 commit comments

Comments
 (0)