Remove emscripten docs

This commit is contained in:
Brian Anderson 2015-12-21 23:33:54 +00:00
parent 7d1d57521a
commit 9d014e9d40

View File

@ -72,9 +72,6 @@
#![cfg_attr(target_os = "dragonfly", doc(
html_root_url = "https://doc.rust-lang.org/libc/x86_64-unknown-dragonfly"
))]
#![cfg_attr(all(target_os = "emscripten", target_arch = "asmjs"), doc(
html_root_url = "https://doc.rust-lang.org/libc/asmjs-unknown-emscripten"
))]
// Attributes needed when building as part of the standard library
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api, custom_attribute))]