We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca98e9e commit 4d8d81eCopy full SHA for 4d8d81e
Cargo.toml
@@ -73,9 +73,9 @@ allowed_external_types = [
73
"libc::c_int",
74
"libc::primitives::c_int", # libc::c_int isn't always detected.
75
"libc::socklen_t",
76
- "libc::unix::bsd::socklen_t", # libc::socklen_t isn't always detected.
+ "libc::*::socklen_t", # libc::socklen_t isn't always detected.
77
"libc::sa_family_t",
78
- "libc::unix::bsd::sa_family_t", # libc::sa_family_t is always detected.
+ "libc::*::sa_family_t", # libc::sa_family_t is always detected.
79
"windows_sys::Win32::Networking::WinSock::socklen_t",
80
"windows_sys::Win32::Networking::WinSock::ADDRESS_FAMILY",
81
]
0 commit comments