Skip to content
/ rust Public
forked from rust-lang/rust

Commit 8e51a89

Browse files
committed
Update tidy
1 parent a94e2d5 commit 8e51a89

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/tools/tidy/src/deps.rs

+3-6
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
195195
("cranelift-module", "Apache-2.0 WITH LLVM-exception"),
196196
("cranelift-native", "Apache-2.0 WITH LLVM-exception"),
197197
("cranelift-object", "Apache-2.0 WITH LLVM-exception"),
198+
("foldhash", "Zlib"),
198199
("mach2", "BSD-2-Clause OR MIT OR Apache-2.0"),
199200
("regalloc2", "Apache-2.0 WITH LLVM-exception"),
200201
("target-lexicon", "Apache-2.0 WITH LLVM-exception"),
@@ -502,7 +503,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
502503

503504
const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
504505
// tidy-alphabetical-start
505-
"ahash",
506+
"allocator-api2",
506507
"anyhow",
507508
"arbitrary",
508509
"bitflags",
@@ -524,6 +525,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
524525
"crc32fast",
525526
"equivalent",
526527
"fallible-iterator",
528+
"foldhash",
527529
"gimli",
528530
"hashbrown",
529531
"indexmap",
@@ -533,21 +535,18 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
533535
"mach2",
534536
"memchr",
535537
"object",
536-
"once_cell",
537538
"proc-macro2",
538539
"quote",
539540
"regalloc2",
540541
"region",
541542
"rustc-hash",
542543
"serde",
543544
"serde_derive",
544-
"slice-group-by",
545545
"smallvec",
546546
"stable_deref_trait",
547547
"syn",
548548
"target-lexicon",
549549
"unicode-ident",
550-
"version_check",
551550
"wasmtime-jit-icache-coherence",
552551
"windows-sys",
553552
"windows-targets",
@@ -559,8 +558,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
559558
"windows_x86_64_gnu",
560559
"windows_x86_64_gnullvm",
561560
"windows_x86_64_msvc",
562-
"zerocopy",
563-
"zerocopy-derive",
564561
// tidy-alphabetical-end
565562
];
566563

0 commit comments

Comments
 (0)