Skip to content

Commit b3fc11b

Browse files
committed
Remove outdated tidy license fixmes
1 parent db034ce commit b3fc11b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/tools/tidy/src/deps.rs

-14
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ pub(crate) const WORKSPACES: &[(&str, ExceptionList, Option<(&[&str], &[&str])>,
6565
),
6666
// tidy-alphabetical-start
6767
("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
7168
("src/bootstrap", EXCEPTIONS_BOOTSTRAP, None, &[]),
7269
("src/ci/docker/host-x86_64/test-various/uefi_qemu_test", EXCEPTIONS_UEFI_QEMU_TEST, None, &[]),
7370
("src/etc/test-float-parse", EXCEPTIONS, None, &[]),
@@ -116,17 +113,6 @@ const EXCEPTIONS_STDLIB: ExceptionList = &[
116113
// tidy-alphabetical-end
117114
];
118115

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-
130116
const EXCEPTIONS_CARGO: ExceptionList = &[
131117
// tidy-alphabetical-start
132118
("arrayref", "BSD-2-Clause"),

0 commit comments

Comments
 (0)