We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8628b commit 3d4f478Copy full SHA for 3d4f478
src/tools/tidy/src/deps.rs
@@ -77,7 +77,6 @@ const WHITELIST: &[&str] = &[
77
"block-padding",
78
"byte-tools",
79
"byteorder",
80
- "c2-chacha",
81
"cc",
82
"cfg-if",
83
"chalk-derive",
@@ -148,7 +147,6 @@ const WHITELIST: &[&str] = &[
148
147
"rand_pcg",
149
"rand_xorshift",
150
"redox_syscall",
151
- "redox_termios",
152
"regex",
153
"regex-syntax",
154
"remove_dir_all",
@@ -171,17 +169,14 @@ const WHITELIST: &[&str] = &[
171
169
"synstructure",
172
170
"tempfile",
173
"termcolor",
174
- "termion",
175
"termize",
176
"thread_local",
177
"typenum",
178
- "ucd-util",
179
"unicode-normalization",
180
"unicode-script",
181
"unicode-security",
182
"unicode-width",
183
"unicode-xid",
184
- "utf8-ranges",
185
"vcpkg",
186
"version_check",
187
"wasi",
0 commit comments