Skip to content

Commit 3d4f478

Browse files
committed
Update allowed crates list
1 parent 9f8628b commit 3d4f478

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tools/tidy/src/deps.rs

-5
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ const WHITELIST: &[&str] = &[
7777
"block-padding",
7878
"byte-tools",
7979
"byteorder",
80-
"c2-chacha",
8180
"cc",
8281
"cfg-if",
8382
"chalk-derive",
@@ -148,7 +147,6 @@ const WHITELIST: &[&str] = &[
148147
"rand_pcg",
149148
"rand_xorshift",
150149
"redox_syscall",
151-
"redox_termios",
152150
"regex",
153151
"regex-syntax",
154152
"remove_dir_all",
@@ -171,17 +169,14 @@ const WHITELIST: &[&str] = &[
171169
"synstructure",
172170
"tempfile",
173171
"termcolor",
174-
"termion",
175172
"termize",
176173
"thread_local",
177174
"typenum",
178-
"ucd-util",
179175
"unicode-normalization",
180176
"unicode-script",
181177
"unicode-security",
182178
"unicode-width",
183179
"unicode-xid",
184-
"utf8-ranges",
185180
"vcpkg",
186181
"version_check",
187182
"wasi",

0 commit comments

Comments
 (0)