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

This commit is contained in:
John DiSanti 2022-11-17 02:57:55 -08:00 committed by GitHub
parent 1cbbcc9ad5
commit d65826236b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
]