Skip to content

Commit 57dd967

Browse files
committed
Update tidy for new cranelift-bitset crate
1 parent 6e5873c commit 57dd967

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/tools/tidy/src/deps.rs

+2
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ const EXCEPTIONS_RUSTBOOK: ExceptionList = &[
192192
const EXCEPTIONS_CRANELIFT: ExceptionList = &[
193193
// tidy-alphabetical-start
194194
("cranelift-bforest", "Apache-2.0 WITH LLVM-exception"),
195+
("cranelift-bitset", "Apache-2.0 WITH LLVM-exception"),
195196
("cranelift-codegen", "Apache-2.0 WITH LLVM-exception"),
196197
("cranelift-codegen-meta", "Apache-2.0 WITH LLVM-exception"),
197198
("cranelift-codegen-shared", "Apache-2.0 WITH LLVM-exception"),
@@ -511,6 +512,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
511512
"bumpalo",
512513
"cfg-if",
513514
"cranelift-bforest",
515+
"cranelift-bitset",
514516
"cranelift-codegen",
515517
"cranelift-codegen-meta",
516518
"cranelift-codegen-shared",

0 commit comments

Comments
 (0)