From 3d4f4787a6b4d752434faa8be34c01fa024653bb Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 26 May 2020 16:38:09 +0900 Subject: [PATCH] Update allowed crates list --- src/tools/tidy/src/deps.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 61389028cc78c..c08f02b972e8f 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -77,7 +77,6 @@ const WHITELIST: &[&str] = &[ "block-padding", "byte-tools", "byteorder", - "c2-chacha", "cc", "cfg-if", "chalk-derive", @@ -148,7 +147,6 @@ const WHITELIST: &[&str] = &[ "rand_pcg", "rand_xorshift", "redox_syscall", - "redox_termios", "regex", "regex-syntax", "remove_dir_all", @@ -171,17 +169,14 @@ const WHITELIST: &[&str] = &[ "synstructure", "tempfile", "termcolor", - "termion", "termize", "thread_local", "typenum", - "ucd-util", "unicode-normalization", "unicode-script", "unicode-security", "unicode-width", "unicode-xid", - "utf8-ranges", "vcpkg", "version_check", "wasi",