Skip to content

Commit

Permalink
Comment out the emscripten doc attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Dec 21, 2015
1 parent 7d1d575 commit ef5393a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@
#![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(
// FIXME: The libc CI doesn't allow docs for platforms the compiler doesn't
// support. Uncomment this once rustc understands emscripten.
/*#![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))]
Expand Down

0 comments on commit ef5393a

Please sign in to comment.