Skip to content

Commit 3d57bc7

Browse files
committed
Re-enable tidy dependency check for library/backtrace
1 parent db034ce commit 3d57bc7

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
@@ -65,7 +65,7 @@ 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
68+
("library/backtrace", &[], None, &["library/backtrace"]),
6969
//("library/portable-simd", &[], None), // FIXME uncomment once rust-lang/portable-simd#363 has been synced back to the rust repo
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, &[]),

0 commit comments

Comments
 (0)