mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +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",
|
"bytes::buf::buf_mut::BufMut",
|
||||||
|
|
||||||
"tokio_macros::*",
|
"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