@@ -65,9 +65,6 @@ pub(crate) const WORKSPACES: &[(&str, ExceptionList, Option<(&[&str], &[&str])>,
65
65
) ,
66
66
// tidy-alphabetical-start
67
67
( "compiler/rustc_codegen_gcc" , EXCEPTIONS_GCC , None , & [ ] ) ,
68
- //("library/backtrace", &[], None), // FIXME uncomment once rust-lang/backtrace#562 has been synced back to the rust repo
69
- //("library/portable-simd", &[], None), // FIXME uncomment once rust-lang/portable-simd#363 has been synced back to the rust repo
70
- //("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once rust-lang/stdarch#1462 has been synced back to the rust repo
71
68
( "src/bootstrap" , EXCEPTIONS_BOOTSTRAP , None , & [ ] ) ,
72
69
( "src/ci/docker/host-x86_64/test-various/uefi_qemu_test" , EXCEPTIONS_UEFI_QEMU_TEST , None , & [ ] ) ,
73
70
( "src/etc/test-float-parse" , EXCEPTIONS , None , & [ ] ) ,
@@ -116,17 +113,6 @@ const EXCEPTIONS_STDLIB: ExceptionList = &[
116
113
// tidy-alphabetical-end
117
114
] ;
118
115
119
- // FIXME uncomment once rust-lang/stdarch#1462 lands
120
- /*
121
- const EXCEPTIONS_STDARCH: ExceptionList = &[
122
- // tidy-alphabetical-start
123
- ("ryu", "Apache-2.0 OR BSL-1.0"), // BSL is not acceptble, but we use it under Apache-2.0
124
- ("wasmparser", "Apache-2.0 WITH LLVM-exception"),
125
- ("wasmprinter", "Apache-2.0 WITH LLVM-exception"),
126
- // tidy-alphabetical-end
127
- ];
128
- */
129
-
130
116
const EXCEPTIONS_CARGO : ExceptionList = & [
131
117
// tidy-alphabetical-start
132
118
( "arrayref" , "BSD-2-Clause" ) ,
0 commit comments