about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-05-26 16:38:09 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-05-26 16:38:09 +0900
commit3d4f4787a6b4d752434faa8be34c01fa024653bb (patch)
tree5418c0d18f3c03ef2d5a34c7776a2bcabbf83241 /src/tools
parent9f8628b38ce8960d4ef46ea60c3c0fcca2ca259d (diff)
downloadrust-3d4f4787a6b4d752434faa8be34c01fa024653bb.tar.gz
rust-3d4f4787a6b4d752434faa8be34c01fa024653bb.zip
Update allowed crates list
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tidy/src/deps.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index 61389028cc7..c08f02b972e 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",