Skip to content

Commit

Permalink
Auto merge of #3309 - GuillaumeGomez:missing-doc-targets, r=JohnTitor
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
bors committed Jul 28, 2023
2 parents af676d1 + a38f140 commit 28ab9b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Expand Up @@ -19,6 +19,7 @@ Raw FFI bindings to platform libraries like libc.
features = ["const-extern-fn", "extra_traits"]
default-target = "x86_64-unknown-linux-gnu"
targets = [
"aarch64-apple-ios",
"aarch64-linux-android",
"aarch64-pc-windows-msvc",
"aarch64-unknown-freebsd",
Expand Down Expand Up @@ -102,12 +103,12 @@ targets = [
"wasm32-unknown-emscripten",
"wasm32-unknown-unknown",
"wasm32-wasi",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-fortanix-unknown-sgx",
"x86_64-linux-android",
"x86_64-pc-solaris",
"x86_64-pc-windows-gnu",
"x86_64-pc-windows-gnu",
"x86_64-pc-windows-msvc",
"x86_64-pc-windows-msvc",
"x86_64-unknown-dragonfly",
"x86_64-unknown-freebsd",
Expand Down

0 comments on commit 28ab9b9

Please sign in to comment.