1
Fork 0

Rollup merge of #126856 - onur-ozkan:remove-rls, r=clubby789

remove deprecated tool `rls`

This tool has been deprecated for two years and now it only gives warning without doing anything useful.

Zulip discussion: https://rust-lang.zulipchat.com/#narrow/stream/241545-t-release/topic/excluding.20rls.20from.20the.20release

try-job: x86_64-gnu-distcheck
This commit is contained in:
Matthias Krüger 2025-03-13 10:58:13 +01:00 committed by GitHub
commit 3b1776dc29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 7 additions and 189 deletions

View file

@ -3045,13 +3045,6 @@ dependencies = [
"serde",
]
[[package]]
name = "rls"
version = "2.0.0"
dependencies = [
"serde_json",
]
[[package]]
name = "run_make_support"
version = "0.2.0"