Skip to content

Commit 6ebb23c

Browse files
committed
Allow libc types
1 parent 17bba44 commit 6ebb23c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ features = [
6666
[features]
6767
# Enable all API, even ones not available on all OSs.
6868
all = []
69+
70+
[package.metadata.cargo_check_external_types]
71+
allowed_external_types = [
72+
"libc::*",
73+
]

0 commit comments

Comments
 (0)