Skip to content

Commit 6487127

Browse files
committed
Remove unused tidy dep exceptions
1 parent fa702d0 commit 6487127

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
235235
"ar",
236236
"autocfg",
237237
"bitflags",
238-
"byteorder",
239238
"cfg-if",
240239
"cranelift-bforest",
241240
"cranelift-codegen",
@@ -248,9 +247,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
248247
"cranelift-native",
249248
"cranelift-object",
250249
"crc32fast",
251-
"errno",
252-
"errno-dragonfly",
253-
"gcc",
254250
"gimli",
255251
"hashbrown",
256252
"indexmap",
@@ -259,17 +255,11 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
259255
"log",
260256
"mach",
261257
"object",
262-
"proc-macro2",
263-
"quote",
264258
"regalloc",
265259
"region",
266260
"rustc-hash",
267261
"smallvec",
268-
"syn",
269262
"target-lexicon",
270-
"thiserror",
271-
"thiserror-impl",
272-
"unicode-xid",
273263
"winapi",
274264
"winapi-i686-pc-windows-gnu",
275265
"winapi-x86_64-pc-windows-gnu",

0 commit comments

Comments
 (0)