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 = &[
192192const 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" ,
You can’t perform that action at this time.
0 commit comments