Skip to content

Commit 28ab9b9

Browse files
committed
Auto merge of #3309 - GuillaumeGomez:missing-doc-targets, r=JohnTitor
Add missing targets for documentation and remove duplicates for list I just noticed that the apple targets were not documented on docs.rs so I added them. I also saw some duplicates in the list. Do you want me to add a check to ensure that there are no duplicates?
2 parents af676d1 + a38f140 commit 28ab9b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Raw FFI bindings to platform libraries like libc.
1919
features = ["const-extern-fn", "extra_traits"]
2020
default-target = "x86_64-unknown-linux-gnu"
2121
targets = [
22+
"aarch64-apple-ios",
2223
"aarch64-linux-android",
2324
"aarch64-pc-windows-msvc",
2425
"aarch64-unknown-freebsd",
@@ -102,12 +103,12 @@ targets = [
102103
"wasm32-unknown-emscripten",
103104
"wasm32-unknown-unknown",
104105
"wasm32-wasi",
106+
"x86_64-apple-darwin",
107+
"x86_64-apple-ios",
105108
"x86_64-fortanix-unknown-sgx",
106109
"x86_64-linux-android",
107110
"x86_64-pc-solaris",
108111
"x86_64-pc-windows-gnu",
109-
"x86_64-pc-windows-gnu",
110-
"x86_64-pc-windows-msvc",
111112
"x86_64-pc-windows-msvc",
112113
"x86_64-unknown-dragonfly",
113114
"x86_64-unknown-freebsd",

0 commit comments

Comments
 (0)