Skip to content

Commit 03700b2

Browse files
committed
Re-enable tidy dependency check for library/portable-simd
1 parent 3d57bc7 commit 03700b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub(crate) const WORKSPACES: &[(&str, ExceptionList, Option<(&[&str], &[&str])>,
6666
// tidy-alphabetical-start
6767
("compiler/rustc_codegen_gcc", EXCEPTIONS_GCC, None, &[]),
6868
("library/backtrace", &[], None, &["library/backtrace"]),
69-
//("library/portable-simd", &[], None), // FIXME uncomment once rust-lang/portable-simd#363 has been synced back to the rust repo
69+
("library/portable-simd", &[], None, &[]),
7070
//("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once rust-lang/stdarch#1462 has been synced back to the rust repo
7171
("src/bootstrap", EXCEPTIONS_BOOTSTRAP, None, &[]),
7272
("src/ci/docker/host-x86_64/test-various/uefi_qemu_test", EXCEPTIONS_UEFI_QEMU_TEST, None, &[]),

0 commit comments

Comments
 (0)