From 0d3c07620183eb216eb6a5249a0573c0340cf0ff Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 28 Aug 2022 12:35:38 -0700 Subject: [PATCH] Remove RLS --- README.md | 1 - _data/latest.json | 7 ------- 2 files changed, 8 deletions(-) diff --git a/README.md b/README.md index 06ffff1303..37b1488cd7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ The latest status can be read from https://rust-lang-nursery.github.io/rust-tool Currently these tools are tracked: * [miri](https://github.com/rust-lang/miri) -* [rls](https://github.com/rust-lang/rls) * All the external books These tools can be in one of the following states: diff --git a/_data/latest.json b/_data/latest.json index 83faeee020..f0a5022b28 100644 --- a/_data/latest.json +++ b/_data/latest.json @@ -6,13 +6,6 @@ "commit": "2b443a8d97ff1f26c35e4bcf682bf9a89e8a66d2", "datetime": "2022-08-27T00:38:19Z" }, - { - "tool": "rls", - "windows": "build-fail", - "linux": "build-fail", - "commit": "20ffea6938b5839c390252e07940b99e3b6a889a", - "datetime": "2022-08-11T20:49:35Z" - }, { "tool": "book", "windows": "test-pass",