Skip to content
Snippets Groups Projects
Commit 1effc23b authored by Alex Crichton's avatar Alex Crichton
Browse files

OK, maybe a little soon for iOS

parent bf26024b
No related branches found
No related tags found
No related merge requests found
......@@ -40,12 +40,6 @@
#![cfg_attr(all(target_os = "macos", target_arch = "x86"), doc(
html_root_url = "https://doc.rust-lang.org/libc/i686-apple-darwin"
))]
#![cfg_attr(all(target_os = "ios", target_arch = "x86_64"), doc(
html_root_url = "https://doc.rust-lang.org/libc/x86_64-apple-ios"
))]
#![cfg_attr(all(target_os = "ios", target_arch = "x86"), doc(
html_root_url = "https://doc.rust-lang.org/libc/i686-apple-ios"
))]
#![cfg_attr(all(windows, target_arch = "x86_64", target_env = "gnu"), doc(
html_root_url = "https://doc.rust-lang.org/libc/x86_64-pc-windows-gnu"
))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment