Skip to content

Commit 4d8d81e

Browse files
committed
Use wildcard for aliases
1 parent ca98e9e commit 4d8d81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ allowed_external_types = [
7373
"libc::c_int",
7474
"libc::primitives::c_int", # libc::c_int isn't always detected.
7575
"libc::socklen_t",
76-
"libc::unix::bsd::socklen_t", # libc::socklen_t isn't always detected.
76+
"libc::*::socklen_t", # libc::socklen_t isn't always detected.
7777
"libc::sa_family_t",
78-
"libc::unix::bsd::sa_family_t", # libc::sa_family_t is always detected.
78+
"libc::*::sa_family_t", # libc::sa_family_t is always detected.
7979
"windows_sys::Win32::Networking::WinSock::socklen_t",
8080
"windows_sys::Win32::Networking::WinSock::ADDRESS_FAMILY",
8181
]

0 commit comments

Comments
 (0)