about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIgor Matuszewski <xanewok@gmail.com>2020-03-31 14:47:40 +0200
committerIgor Matuszewski <xanewok@gmail.com>2020-04-05 00:45:50 +0200
commit2f48af09c67d71c04494d617d756c5d93eb9e835 (patch)
tree985ab1823bf965a31bd3305f241cac919a496c43
parentb2561c9ea2a35e58e78bb7a71c3966f446b88900 (diff)
downloadrust-2f48af09c67d71c04494d617d756c5d93eb9e835.tar.gz
rust-2f48af09c67d71c04494d617d756c5d93eb9e835.zip
tidy: Update rustc-ap-syntax to -rustc_ast
-rw-r--r--src/tools/tidy/src/deps.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index 62dc965b55f..8d38404d31b 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -359,7 +359,7 @@ fn check_crate_duplicate(metadata: &Metadata, bad: &mut bool) {
         // to accidentally sneak into our dependency graph, in order to ensure we keep our CI times
         // under control.
         "cargo",
-        "rustc-ap-syntax",
+        "rustc-ap-rustc_ast",
     ];
 
     for &name in FORBIDDEN_TO_HAVE_DUPLICATES {