Skip to content

Commit 65601c5

Browse files
committed
Document iOS triples
1 parent be5ad7d commit 65601c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib.rs

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
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+
))]
4349
#![cfg_attr(all(windows, target_arch = "x86_64", target_env = "gnu"), doc(
4450
html_root_url = "https://doc.rust-lang.org/libc/x86_64-pc-windows-gnu"
4551
))]

0 commit comments

Comments
 (0)