We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5873c commit 57dd967Copy full SHA for 57dd967
src/tools/tidy/src/deps.rs
@@ -192,6 +192,7 @@ const EXCEPTIONS_RUSTBOOK: ExceptionList = &[
192
const EXCEPTIONS_CRANELIFT: ExceptionList = &[
193
// tidy-alphabetical-start
194
("cranelift-bforest", "Apache-2.0 WITH LLVM-exception"),
195
+ ("cranelift-bitset", "Apache-2.0 WITH LLVM-exception"),
196
("cranelift-codegen", "Apache-2.0 WITH LLVM-exception"),
197
("cranelift-codegen-meta", "Apache-2.0 WITH LLVM-exception"),
198
("cranelift-codegen-shared", "Apache-2.0 WITH LLVM-exception"),
@@ -511,6 +512,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
511
512
"bumpalo",
513
"cfg-if",
514
"cranelift-bforest",
515
+ "cranelift-bitset",
516
"cranelift-codegen",
517
"cranelift-codegen-meta",
518
"cranelift-codegen-shared",
0 commit comments