Skip to content

Commit

Permalink
Auto merge of #11601 - weihanglo:remove-rls, r=ehuss
Browse files Browse the repository at this point in the history
doc(contrib): remove rls in release process

### What does this PR try to resolve?

Remove mentions of RLS from doc of release process. RLS is no longer required to test when bumping Cargo version in rust-lang/rust.

See:

- rust-lang/rust#100863
- https://blog.rust-lang.org/2022/07/01/RLS-deprecation.html
  • Loading branch information
bors committed Jan 20, 2023
2 parents 985d561 + 73dd06e commit 975817b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/doc/contrib/src/process/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ subup --up-branch update-cargo \
--test="src/tools/linkchecker tidy \
src/tools/cargo \
src/tools/rustfmt \
src/tools/rls" \
src/tools/cargo
```
Expand All @@ -61,8 +60,7 @@ subup --up-branch update-beta-cargo \
--test="src/tools/linkchecker tidy \
src/tools/cargo \
src/tools/rustfmt \
src/tools/rls" \
rust-1.63.0:src/tools/cargo
rust-1.66.0:src/tools/cargo
```
[@ehuss]: https://github.com/ehuss/
Expand Down

0 comments on commit 975817b

Please sign in to comment.