Update tidy
This commit is contained in:
parent
a94e2d513b
commit
8e51a89420
1 changed files with 3 additions and 6 deletions
|
@ -195,6 +195,7 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
|
|||
("cranelift-module", "Apache-2.0 WITH LLVM-exception"),
|
||||
("cranelift-native", "Apache-2.0 WITH LLVM-exception"),
|
||||
("cranelift-object", "Apache-2.0 WITH LLVM-exception"),
|
||||
("foldhash", "Zlib"),
|
||||
("mach2", "BSD-2-Clause OR MIT OR Apache-2.0"),
|
||||
("regalloc2", "Apache-2.0 WITH LLVM-exception"),
|
||||
("target-lexicon", "Apache-2.0 WITH LLVM-exception"),
|
||||
|
@ -502,7 +503,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
|
|||
|
||||
const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
|
||||
// tidy-alphabetical-start
|
||||
"ahash",
|
||||
"allocator-api2",
|
||||
"anyhow",
|
||||
"arbitrary",
|
||||
"bitflags",
|
||||
|
@ -524,6 +525,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
|
|||
"crc32fast",
|
||||
"equivalent",
|
||||
"fallible-iterator",
|
||||
"foldhash",
|
||||
"gimli",
|
||||
"hashbrown",
|
||||
"indexmap",
|
||||
|
@ -533,7 +535,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
|
|||
"mach2",
|
||||
"memchr",
|
||||
"object",
|
||||
"once_cell",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"regalloc2",
|
||||
|
@ -541,13 +542,11 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
|
|||
"rustc-hash",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"slice-group-by",
|
||||
"smallvec",
|
||||
"stable_deref_trait",
|
||||
"syn",
|
||||
"target-lexicon",
|
||||
"unicode-ident",
|
||||
"version_check",
|
||||
"wasmtime-jit-icache-coherence",
|
||||
"windows-sys",
|
||||
"windows-targets",
|
||||
|
@ -559,8 +558,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
|
|||
"windows_x86_64_gnu",
|
||||
"windows_x86_64_gnullvm",
|
||||
"windows_x86_64_msvc",
|
||||
"zerocopy",
|
||||
"zerocopy-derive",
|
||||
// tidy-alphabetical-end
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue