mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
ci: remove libc types from external types allow list (#5197)
This commit is contained in:
parent
1cbbcc9ad5
commit
d65826236b
@ -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",
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user