From d65826236b9f194ac4e2640f6a846c1bcae064c2 Mon Sep 17 00:00:00 2001 From: John DiSanti Date: Thu, 17 Nov 2022 02:57:55 -0800 Subject: [PATCH] ci: remove libc types from external types allow list (#5197) --- tokio/external-types.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tokio/external-types.toml b/tokio/external-types.toml index fba14f532c3..a5bde8ed10c 100644 --- a/tokio/external-types.toml +++ b/tokio/external-types.toml @@ -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", ]