Skip to content

Commit 1effc23

Browse files
committed
OK, maybe a little soon for iOS
1 parent bf26024 commit 1effc23

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
#![cfg_attr(all(target_os = "macos", target_arch = "x86"), doc(
4141
html_root_url = "https://doc.rust-lang.org/libc/i686-apple-darwin"
4242
))]
43-
#![cfg_attr(all(target_os = "ios", target_arch = "x86_64"), doc(
44-
html_root_url = "https://doc.rust-lang.org/libc/x86_64-apple-ios"
45-
))]
46-
#![cfg_attr(all(target_os = "ios", target_arch = "x86"), doc(
47-
html_root_url = "https://doc.rust-lang.org/libc/i686-apple-ios"
48-
))]
4943
#![cfg_attr(all(windows, target_arch = "x86_64", target_env = "gnu"), doc(
5044
html_root_url = "https://doc.rust-lang.org/libc/x86_64-pc-windows-gnu"
5145
))]

0 commit comments

Comments
 (0)