Skip to content

Commit

Permalink
ci: remove libc types from external types allow list (#5197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Nov 17, 2022
1 parent 1cbbcc9 commit d658262
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tokio/external-types.toml
Expand Up @@ -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",
]

0 comments on commit d658262

Please sign in to comment.