Skip to content

Commit 2f48af0

Browse files
committed
tidy: Update rustc-ap-syntax to -rustc_ast
1 parent b2561c9 commit 2f48af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ fn check_crate_duplicate(metadata: &Metadata, bad: &mut bool) {
359359
// to accidentally sneak into our dependency graph, in order to ensure we keep our CI times
360360
// under control.
361361
"cargo",
362-
"rustc-ap-syntax",
362+
"rustc-ap-rustc_ast",
363363
];
364364

365365
for &name in FORBIDDEN_TO_HAVE_DUPLICATES {

0 commit comments

Comments
 (0)