diff options
| author | bors <bors@rust-lang.org> | 2022-01-16 23:03:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-01-16 23:03:33 +0000 |
| commit | 1fbd6aedb3474d2a5d70839a42c80d869749d8ff (patch) | |
| tree | 99378a865eae933f71697c72a201ab7c6c94d0af /src | |
| parent | bd3cb52565faab2755ff1bdb54d88bc91f47b4b9 (diff) | |
| parent | 69c3b723d279ece284aff849dffd6376020eb7e5 (diff) | |
| download | rust-1fbd6aedb3474d2a5d70839a42c80d869749d8ff.tar.gz rust-1fbd6aedb3474d2a5d70839a42c80d869749d8ff.zip | |
Auto merge of #92935 - Xanewok:update-rls, r=pietroalbini
Update RLS and drop rustc-ap-packages Closes #91543 r? `@pietroalbini` cc `@calebcartwright` `@flip1995`
Diffstat (limited to 'src')
| m--------- | src/tools/rls | 0 | ||||
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/rls b/src/tools/rls -Subproject bf88026f11f2cc7bb9fefdfe1dbcab642f110af +Subproject f37425e33c864c697af06df66e7473444605c14 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. |
