File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ const EXCEPTIONS_RUSTBOOK: ExceptionList = &[
192
192
const EXCEPTIONS_CRANELIFT : ExceptionList = & [
193
193
// tidy-alphabetical-start
194
194
( "cranelift-bforest" , "Apache-2.0 WITH LLVM-exception" ) ,
195
+ ( "cranelift-bitset" , "Apache-2.0 WITH LLVM-exception" ) ,
195
196
( "cranelift-codegen" , "Apache-2.0 WITH LLVM-exception" ) ,
196
197
( "cranelift-codegen-meta" , "Apache-2.0 WITH LLVM-exception" ) ,
197
198
( "cranelift-codegen-shared" , "Apache-2.0 WITH LLVM-exception" ) ,
@@ -511,6 +512,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
511
512
"bumpalo" ,
512
513
"cfg-if" ,
513
514
"cranelift-bforest" ,
515
+ "cranelift-bitset" ,
514
516
"cranelift-codegen" ,
515
517
"cranelift-codegen-meta" ,
516
518
"cranelift-codegen-shared" ,
You can’t perform that action at this time.
0 commit comments