ci: remove libc types from external types allow list (#5197)

This commit is contained in:
John DiSanti
2022-11-17 11:57:55 +01:00
committed by GitHub
parent 1cbbcc9ad5
commit d65826236b
-5
View File
@@ -7,10 +7,5 @@ allowed_external_types = [
"bytes::buf::buf_mut::BufMut",
"tokio_macros::*",
# TODO(https://github.com/tokio-rs/tokio/issues/4916): Remove the libc types
"libc::unix::gid_t",
"libc::unix::pid_t",
"libc::unix::uid_t",
]