1
Fork 0

Remove unused tidy dep exceptions

This commit is contained in:
bjorn3 2021-05-27 13:23:32 +02:00
parent fa702d0d2b
commit 6487127a05

View file

@ -235,7 +235,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
"ar", "ar",
"autocfg", "autocfg",
"bitflags", "bitflags",
"byteorder",
"cfg-if", "cfg-if",
"cranelift-bforest", "cranelift-bforest",
"cranelift-codegen", "cranelift-codegen",
@ -248,9 +247,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
"cranelift-native", "cranelift-native",
"cranelift-object", "cranelift-object",
"crc32fast", "crc32fast",
"errno",
"errno-dragonfly",
"gcc",
"gimli", "gimli",
"hashbrown", "hashbrown",
"indexmap", "indexmap",
@ -259,17 +255,11 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
"log", "log",
"mach", "mach",
"object", "object",
"proc-macro2",
"quote",
"regalloc", "regalloc",
"region", "region",
"rustc-hash", "rustc-hash",
"smallvec", "smallvec",
"syn",
"target-lexicon", "target-lexicon",
"thiserror",
"thiserror-impl",
"unicode-xid",
"winapi", "winapi",
"winapi-i686-pc-windows-gnu", "winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu", "winapi-x86_64-pc-windows-gnu",