Skip to content

Commit 7f04877

Browse files
committed
Drop duplicate checks for now missing rustc_ast dep in tidy
1 parent d83c44a commit 7f04877

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/tidy/src/deps.rs

-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ const FORBIDDEN_TO_HAVE_DUPLICATES: &[&str] = &[
273273
// to accidentally sneak into our dependency graph, in order to ensure we keep our CI times
274274
// under control.
275275
"cargo",
276-
"rustc-ap-rustc_ast",
277276
];
278277

279278
/// Dependency checks.

0 commit comments

Comments
 (0)