Skip to content

Commit ce0555d

Browse files
committed
Adjust tidy comment of stdarch deps checking
1 parent 03700b2 commit ce0555d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub(crate) const WORKSPACES: &[(&str, ExceptionList, Option<(&[&str], &[&str])>,
6767
("compiler/rustc_codegen_gcc", EXCEPTIONS_GCC, None, &[]),
6868
("library/backtrace", &[], None, &["library/backtrace"]),
6969
("library/portable-simd", &[], None, &[]),
70-
//("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once rust-lang/stdarch#1462 has been synced back to the rust repo
70+
//("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once stdarch has Cargo.lock
7171
("src/bootstrap", EXCEPTIONS_BOOTSTRAP, None, &[]),
7272
("src/ci/docker/host-x86_64/test-various/uefi_qemu_test", EXCEPTIONS_UEFI_QEMU_TEST, None, &[]),
7373
("src/etc/test-float-parse", EXCEPTIONS, None, &[]),
@@ -116,7 +116,7 @@ const EXCEPTIONS_STDLIB: ExceptionList = &[
116116
// tidy-alphabetical-end
117117
];
118118

119-
// FIXME uncomment once rust-lang/stdarch#1462 lands
119+
// FIXME uncomment once stdarch has a lock file
120120
/*
121121
const EXCEPTIONS_STDARCH: ExceptionList = &[
122122
// tidy-alphabetical-start

0 commit comments

Comments
 (0)