diff options
| author | Igor Matuszewski <xanewok@gmail.com> | 2022-01-15 17:47:09 +0100 |
|---|---|---|
| committer | Igor Matuszewski <xanewok@gmail.com> | 2022-01-16 15:30:47 +0100 |
| commit | 7f04877b1e60717d571d9cb13a2b9dcd52d713aa (patch) | |
| tree | bd2e0d1b98ec547389b7ac79513bb292db2b86b5 | |
| parent | d83c44a03b533f42e40373869c3cc1c875fbc088 (diff) | |
| download | rust-7f04877b1e60717d571d9cb13a2b9dcd52d713aa.tar.gz rust-7f04877b1e60717d571d9cb13a2b9dcd52d713aa.zip | |
Drop duplicate checks for now missing rustc_ast dep in tidy
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 3bdd6a29537..f83a5b1a2ba 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -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. |
