about summary refs log tree commit diff
path: root/Processes.md
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2022-08-20 21:19:43 -0700
committerEric Huss <eric@huss.org>2022-08-27 21:36:08 -0700
commitddda7bbe5dfc3884857a90efe9dfd4dfc3eb85e1 (patch)
treeb33e50c3a7a0d3afa70adb88530ea5049fa818da /Processes.md
parenta5b6bc60cf53ea537ae67c34f5651aa0dfe88ba6 (diff)
downloadrust-ddda7bbe5dfc3884857a90efe9dfd4dfc3eb85e1.tar.gz
rust-ddda7bbe5dfc3884857a90efe9dfd4dfc3eb85e1.zip
Sunset RLS
Diffstat (limited to 'Processes.md')
-rw-r--r--Processes.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/Processes.md b/Processes.md
index 9d86d52b122..f763b5714ce 100644
--- a/Processes.md
+++ b/Processes.md
@@ -51,7 +51,3 @@ git tag -s v1.2.3 -m "Release 1.2.3"
 `cargo publish`
 
 ## 5. Create a PR to rust-lang/rust to update the rustfmt submodule
-
-Note that if you are updating `rustc-ap-*` crates, then you need to update **every** submodules in the rust-lang/rust repository that depend on the crates to use the same version of those.
-
-As of 2019/05, there are two such crates: `rls` and `racer` (`racer` depends on `rustc-ap-syntax` and `rls` depends on `racer`, and `rls` is one of submodules of the rust-lang/rust repository).