Drop duplicate checks for now missing rustc_ast dep in tidy

This commit is contained in:
Igor Matuszewski 2022-01-15 17:47:09 +01:00
parent d83c44a03b
commit 7f04877b1e

View File

@ -273,7 +273,6 @@ const FORBIDDEN_TO_HAVE_DUPLICATES: &[&str] = &[
// to accidentally sneak into our dependency graph, in order to ensure we keep our CI times
// under control.
"cargo",
"rustc-ap-rustc_ast",
];
/// Dependency checks.